libevent
This commit is contained in:
parent
62903f2081
commit
446b8be846
|
@ -209,7 +209,7 @@ function time_synchronisation {
|
||||||
if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
|
if grep -Fxq "time_synchronisation" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
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
|
apt-get -y remove ntpdate
|
||||||
mkdir $INSTALL_DIR
|
mkdir $INSTALL_DIR
|
||||||
cd $INSTALL_DIR
|
cd $INSTALL_DIR
|
||||||
|
|
Loading…
Reference in New Issue