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 }