Missing tlsdate dependencies
This commit is contained in:
parent
74cb29629f
commit
5df98c197b
|
@ -101,6 +101,7 @@ function time_synchronisation_tlsdate {
|
||||||
|
|
||||||
apt-get -y remove tlsdate ntpdate
|
apt-get -y remove tlsdate ntpdate
|
||||||
apt-get -y install build-essential autoconf libevent-dev
|
apt-get -y install build-essential autoconf libevent-dev
|
||||||
|
apt-get -y install pkg-config libtool libssl-dev
|
||||||
|
|
||||||
cd $INSTALL_DIR
|
cd $INSTALL_DIR
|
||||||
function_check git_clone
|
function_check git_clone
|
||||||
|
|
Loading…
Reference in New Issue