|
@@ -210,7 +210,7 @@ function initial_setup {
|
210
|
210
|
apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
|
211
|
211
|
apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
|
212
|
212
|
apt-get -yq install pinentry-curses eatmydata iotop bc grub2 hostapd haveged
|
213
|
|
- apt-get -yq install cpulimit
|
|
213
|
+ apt-get -yq install cpulimit screen
|
214
|
214
|
|
215
|
215
|
if [ ! -d $INSTALL_DIR ]; then
|
216
|
216
|
mkdir -p $INSTALL_DIR
|