Ver código fonte

Install screen to enable console locking

Bob Mottram 8 anos atrás
pai
commit
4eced972fd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-utils-setup

+ 1
- 1
src/freedombone-utils-setup Ver arquivo

@@ -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