diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup
index 9956b5eddacdc92ac0d78ebca21d4a20c9cc1194..63727cc27be278b041554f78f63b40dd8e7ea80c 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