We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecf3c5 commit 1fc4b43Copy full SHA for 1fc4b43
1 file changed
apt/install_software.sh
@@ -37,7 +37,7 @@ echo "Constructing the list of apt packages to install."
37
BASE_PACKAGES=(
38
# Servers should have git-gui too for X11 forwarding.
39
# Screen has been replaced with tmux.
40
- "apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "tmux" "ufw"
+ "7zip" "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