|
@@ -731,6 +731,9 @@ function time_synchronisation {
|
731
|
731
|
# building tlsdate from source is a workaround because of
|
732
|
732
|
# this bug https://github.com/ioerror/tlsdate/issues/130
|
733
|
733
|
apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev
|
|
734
|
+ if [ ! -d $INSTALL_DIR ]; then
|
|
735
|
+ mkdir $INSTALL_DIR
|
|
736
|
+ fi
|
734
|
737
|
cd $INSTALL_DIR
|
735
|
738
|
git clone https://github.com/ioerror/tlsdate.git
|
736
|
739
|
cd $INSTALL_DIR/tlsdate
|