Improve manual installation instruction and make some related fixes

This commit is contained in:
Oleg Kalachev
2019-07-01 22:19:53 +03:00
parent a183be2708
commit d65df5d1ba
4 changed files with 34 additions and 24 deletions

View File

@@ -108,6 +108,7 @@ ntpdate \
python-dev \
python3-dev \
python-systemd \
mjpg-streamer=2.0 \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)