|
@@ -11529,6 +11529,8 @@ function install_dynamicdns {
|
11529
|
11529
|
# Here we compile from source because the current package
|
11530
|
11530
|
# doesn't support https, which could result in passwords
|
11531
|
11531
|
# being leaked
|
|
11532
|
+ # Debian version 1.99.4-1
|
|
11533
|
+ # https version 1.99.8
|
11532
|
11534
|
|
11533
|
11535
|
apt-get -y install build-essential curl libgnutls28-dev automake1.11
|
11534
|
11536
|
git clone $INADYN_REPO $INSTALL_DIR/inadyn
|
|
@@ -11947,7 +11949,7 @@ function install_final {
|
11947
|
11949
|
echo ''
|
11948
|
11950
|
fi
|
11949
|
11951
|
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
11950
|
|
- reboot
|
|
11952
|
+ reboot
|
11951
|
11953
|
fi
|
11952
|
11954
|
}
|
11953
|
11955
|
|