浏览代码

Install screen to enable console locking

Bob Mottram 8 年前
父节点
当前提交
4eced972fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-setup

+ 1
- 1
src/freedombone-utils-setup 查看文件

210
     apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
210
     apt-get -yq install libnss-gw-name nano man ntp locales locales-all debconf
211
     apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
211
     apt-get -yq install wireless-tools wpasupplicant usbutils cryptsetup zsh
212
     apt-get -yq install pinentry-curses eatmydata iotop bc grub2 hostapd haveged
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
     if [ ! -d $INSTALL_DIR ]; then
215
     if [ ! -d $INSTALL_DIR ]; then
216
         mkdir -p $INSTALL_DIR
216
         mkdir -p $INSTALL_DIR