From c271512ef400d0fcb37375e9392e0b70ef97b420 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2015 16:38:53 +0000 Subject: [PATCH] Note on inadyn version --- src/freedombone | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 48127243..997a9508 100755 --- a/src/freedombone +++ b/src/freedombone @@ -11529,6 +11529,8 @@ function install_dynamicdns { # Here we compile from source because the current package # doesn't support https, which could result in passwords # being leaked + # Debian version 1.99.4-1 + # https version 1.99.8 apt-get -y install build-essential curl libgnutls28-dev automake1.11 git clone $INADYN_REPO $INSTALL_DIR/inadyn @@ -11947,7 +11949,7 @@ function install_final { echo '' fi if [ ! -f $IMAGE_PASSWORD_FILE ]; then - reboot + reboot fi }