We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af40cf6 commit b4466efCopy full SHA for b4466ef
apt/install_software.sh
@@ -36,7 +36,8 @@ apt update
36
echo "Constructing the list of apt packages to install."
37
BASE_PACKAGES=(
38
# Servers should have git-gui too for X11 forwarding.
39
- "apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "screen" "ufw"
+ # Screen has been replaced with tmux.
40
+ "apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "tmux" "ufw"
41
)
42
DEV_PACKAGES=(
43
"build-essential" "cloc" "cmake" "gcc-multilib" "g++-multilib" "gfortran"
0 commit comments