From bf962061492febb20ffb0ff5f9a95efffb4dae5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Sep 2014 13:46:37 +0100 Subject: [PATCH] tlsdate is already in jessie anyhow --- install-freedombone.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index fed65633..2b2d6ee2 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -247,16 +247,8 @@ 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 libevent-dev + apt-get -y install tlsdate apt-get -y remove ntpdate - mkdir $INSTALL_DIR - cd $INSTALL_DIR - git clone https://github.com/ioerror/tlsdate.git - cd $INSTALL_DIR/tlsdate - ./autogen.sh - ./configure - make - make install echo '#!/bin/bash' > /usr/bin/updatedate echo 'TIMESOURCE=google.com' >> /usr/bin/updatedate