Skip to content

Commit b4466ef

Browse files
committed
Replace screen with tmux in the installer script
1 parent af40cf6 commit b4466ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apt/install_software.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ apt update
3636
echo "Constructing the list of apt packages to install."
3737
BASE_PACKAGES=(
3838
# Servers should have git-gui too for X11 forwarding.
39-
"apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "screen" "ufw"
39+
# Screen has been replaced with tmux.
40+
"apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "tmux" "ufw"
4041
)
4142
DEV_PACKAGES=(
4243
"build-essential" "cloc" "cmake" "gcc-multilib" "g++-multilib" "gfortran"

0 commit comments

Comments
 (0)