awk package
This commit is contained in:
parent
f07024be33
commit
8ba6c594b5
|
@ -213,13 +213,14 @@ function initial_setup {
|
|||
apt-get -yq dist-upgrade
|
||||
apt-get -yq install ca-certificates
|
||||
apt-get -yq install apt-utils
|
||||
apt-get -yq install awk
|
||||
apt-get -yq install cryptsetup libgfshare-bin obnam sshpass wget avahi-daemon
|
||||
apt-get -yq install avahi-utils avahi-discover connect-proxy openssh-server
|
||||
apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
||||
apt-get -yq install avahi-discover avahi-autoipd iptables dnsutils net-tools
|
||||
apt-get -yq install network-manager iputils-ping libnss-mdns libnss-myhostname
|
||||
apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
|
||||
apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
|
||||
apt-get -yq install wireless-tools wpasupplicant usbutils zsh
|
||||
apt-get -yq install pinentry-curses eatmydata iotop bc hostapd haveged
|
||||
apt-get -yq install cpulimit screen
|
||||
|
||||
|
|
Loading…
Reference in New Issue