Note on inadyn version

This commit is contained in:
Bob Mottram 2015-12-02 16:38:53 +00:00
parent 8614f4b683
commit c271512ef4
1 changed files with 3 additions and 1 deletions

View File

@ -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
}