Browse Source

awk package

Bob Mottram 7 years ago
parent
commit
8ba6c594b5
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-utils-setup

+ 2
- 1
src/freedombone-utils-setup View File

213
     apt-get -yq dist-upgrade
213
     apt-get -yq dist-upgrade
214
     apt-get -yq install ca-certificates
214
     apt-get -yq install ca-certificates
215
     apt-get -yq install apt-utils
215
     apt-get -yq install apt-utils
216
+    apt-get -yq install awk
216
     apt-get -yq install cryptsetup libgfshare-bin obnam sshpass wget avahi-daemon
217
     apt-get -yq install cryptsetup libgfshare-bin obnam sshpass wget avahi-daemon
217
     apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
218
     apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
218
     apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
219
     apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
219
     apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
220
     apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
220
     apt-get -yq install network-manager iputils-ping libnss-mdns libnss-myhostname
221
     apt-get -yq install network-manager iputils-ping libnss-mdns libnss-myhostname
221
     apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
222
     apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
222
-    apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
223
+    apt-get -yq install wireless-tools wpasupplicant usbutils zsh
223
     apt-get -yq install pinentry-curses eatmydata iotop bc hostapd haveged
224
     apt-get -yq install pinentry-curses eatmydata iotop bc hostapd haveged
224
     apt-get -yq install cpulimit screen
225
     apt-get -yq install cpulimit screen
225
 
226