Browse Source

Note on inadyn version

Bob Mottram 10 years ago
parent
commit
c271512ef4
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/freedombone

+ 3
- 1
src/freedombone View File

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