From 4eced972fd5703067d42c59cd6a4bd9064f95e23 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Tue, 29 Nov 2016 22:39:29 +0000
Subject: [PATCH] Install screen to enable console locking

---
 src/freedombone-utils-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup
index 9956b5edd..63727cc27 100755
--- a/src/freedombone-utils-setup
+++ b/src/freedombone-utils-setup
@@ -210,7 +210,7 @@ function initial_setup {
     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 pinentry-curses eatmydata iotop bc grub2 hostapd haveged
-    apt-get -yq install cpulimit
+    apt-get -yq install cpulimit screen
 
     if [ ! -d $INSTALL_DIR ]; then
         mkdir -p $INSTALL_DIR
-- 
GitLab