Skip to content

Commit

Permalink
Added some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MP committed Sep 5, 2019
1 parent 824c674 commit bf09d80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,15 @@ echo "# - done"
echo

echo "# checking build dependencies"
installIfMissing ntp
installIfMissing ntpdate
installIfMissing bind9
installIfMissing resolvconf
installIfMissing autoconf
installIfMissing automake
installIfMissing libtool
installIfMissing debhelper
installIfMissing sqlite3
installIfMissing sqlite3
installIfMissing libsqlite3-dev
installIfMissing libusb-1.0-0
installIfMissing libusb-1.0-0-dev
Expand Down Expand Up @@ -232,5 +236,4 @@ sayAndDo cd helpers
sayAndDo sudo cp systemd/* /etc/systemd/system/
sayAndDo cd ..
echo "# - done"
echo "# - please restart the system!!!!"
echo

0 comments on commit bf09d80

Please sign in to comment.