This commit is contained in:
Bob Mottram 2014-09-21 11:00:20 +01:00
parent 62903f2081
commit 446b8be846
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ function time_synchronisation {
if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
return
fi
apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev
apt-get -y install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
apt-get -y remove ntpdate
mkdir $INSTALL_DIR
cd $INSTALL_DIR