image: add ntpdate

This commit is contained in:
Oleg Kalachev
2019-02-08 02:33:33 +03:00
parent fdb1e18aa8
commit 6738018a4a

View File

@@ -101,6 +101,7 @@ libffi-dev \
monkey=1.6.9-1 \
pigpio python-pigpio python3-pigpio \
i2c-tools \
ntpdate \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)