Skip to content

Commit 1fc4b43

Browse files
committed
Add 7zip to the installer script
1 parent 8ecf3c5 commit 1fc4b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "Constructing the list of apt packages to install."
3737
BASE_PACKAGES=(
3838
# Servers should have git-gui too for X11 forwarding.
3939
# Screen has been replaced with tmux.
40-
"apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "tmux" "ufw"
40+
"7zip" "apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "tmux" "ufw"
4141
)
4242
DEV_PACKAGES=(
4343
"build-essential" "cloc" "cmake" "gcc-multilib" "g++-multilib" "gfortran"

0 commit comments

Comments
 (0)