Note on inadyn version
This commit is contained in:
parent
8614f4b683
commit
c271512ef4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue