Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
9f46dded25
|
@ -1661,7 +1661,7 @@ image_install_inadyn() {
|
||||||
mkdir -p "$rootdir/root/build"
|
mkdir -p "$rootdir/root/build"
|
||||||
fi
|
fi
|
||||||
chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
|
chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
|
||||||
chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config
|
chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
|
||||||
|
|
||||||
if [ -d /repos/inadyn ]; then
|
if [ -d /repos/inadyn ]; then
|
||||||
mkdir "$rootdir/root/build/inadyn"
|
mkdir "$rootdir/root/build/inadyn"
|
||||||
|
|
|
@ -513,7 +513,7 @@ function install_dynamicdns {
|
||||||
# https version 1.99.8
|
# https version 1.99.8
|
||||||
|
|
||||||
apt-get -yq install build-essential curl libgnutls28-dev automake1.11
|
apt-get -yq install build-essential curl libgnutls28-dev automake1.11
|
||||||
apt-get -yq install gnutls-dev libconfuse-dev pkg-config
|
apt-get -yq install gnutls-dev libconfuse-dev pkg-config libtool
|
||||||
|
|
||||||
if [ ! -d "$INSTALL_DIR/inadyn" ]; then
|
if [ ! -d "$INSTALL_DIR/inadyn" ]; then
|
||||||
if [ -d /repos/inadyn ]; then
|
if [ -d /repos/inadyn ]; then
|
||||||
|
|
Loading…
Reference in New Issue