Przeglądaj źródła

Note on inadyn version

Bob Mottram 9 lat temu
rodzic
commit
c271512ef4
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      src/freedombone

+ 3
- 1
src/freedombone Wyświetl plik

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