Browse Source

Detect apps

Bob Mottram 8 years ago
parent
commit
b81252a159
4 changed files with 14 additions and 4 deletions
  1. BIN
      man/freedombone.1.gz
  2. 1
    0
      src/freedombone
  3. 2
    0
      src/freedombone-config
  4. 11
    4
      src/freedombone-utils-setup

BIN
man/freedombone.1.gz View File


+ 1
- 0
src/freedombone View File

286
     exit 768252
286
     exit 768252
287
 fi
287
 fi
288
 
288
 
289
+setup_depencies
289
 upgrade_installation_from_previous_versions
290
 upgrade_installation_from_previous_versions
290
 setup_utils
291
 setup_utils
291
 setup_email
292
 setup_email

+ 2
- 0
src/freedombone-config View File

1345
     choose_static_ip
1345
     choose_static_ip
1346
     choose_default_domain_name
1346
     choose_default_domain_name
1347
     choose_email_address
1347
     choose_email_address
1348
+
1349
+    detect_installable_apps
1348
     install_apps interactive
1350
     install_apps interactive
1349
 
1351
 
1350
     # delete the temporary configuration file
1352
     # delete the temporary configuration file

+ 11
- 4
src/freedombone-utils-setup View File

88
 
88
 
89
     apt-get -y remove --purge apache*
89
     apt-get -y remove --purge apache*
90
     apt-get -y dist-upgrade
90
     apt-get -y dist-upgrade
91
-    apt-get -y install ca-certificates emacs24 cpulimit
92
-    apt-get -y install cryptsetup libgfshare-bin obnam sshpass wget
93
-    apt-get -y install avahi-daemon avahi-utils avahi-discover
94
-    apt-get -y install connect-proxy
91
+    apt-get -y install ca-certificates
92
+    apt-get -y install apt-utils
93
+    apt-get -y install cryptsetup libgfshare-bin obnam sshpass wget avahi-daemon
94
+    apt-get -y install avahi-utils avahi-discover connect-proxy openssh-server
95
+    apt-get -y install sudo git dialog build-essential avahi-daemon avahi-utils
96
+    apt-get -y install avahi-discover avahi-autoipd iptables dnsutils net-tools
97
+    apt-get -y install network-manager iputils-ping libnss-mdns libnss-myhostname
98
+    apt-get -y install libnss-gw-name nano man ntp locales locales-all debconf
99
+    apt-get -y install wireless-tools wpasupplicant usbutils cryptsetup zsh
100
+    apt-get -y install pinentry-curses eatmydata iotop bc grub2 hostapd haveged
101
+    apt-get -y install cpulimit
95
 
102
 
96
     if [ ! -d $INSTALL_DIR ]; then
103
     if [ ! -d $INSTALL_DIR ]; then
97
         mkdir -p $INSTALL_DIR
104
         mkdir -p $INSTALL_DIR