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