소스 검색

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