Skip to content

Commit d87aa0e

Browse files
committed
Update the list of default software
1 parent f8dbe31 commit d87aa0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apt/install_software.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apt update
3434
echo "Constructing the list of apt packages to install."
3535
BASE_PACKAGES=(
3636
# Servers should have git-gui too for X11 forwarding.
37-
"apt-transport-https" "bleachbit" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "screen" "ufw"
37+
"apt-transport-https" "ca-certificates" "git" "git-gui" "htop" "mosh" "openssh-server" "screen" "ufw"
3838
)
3939
DEV_PACKAGES=(
4040
"build-essential" "cloc" "cmake" "gcc-multilib" "g++-multilib" "gfortran"
@@ -46,8 +46,8 @@ PYTHON_PACKAGES=(
4646
"python3-dev" "python3-setuptools" "python3-venv" "python3-wheel"
4747
)
4848
UTILS_PACKAGES=(
49-
"autojump" "autossh" "cifs-utils" "curl" "fastfetch" "git-delta" "gpg-agent" "links"
50-
"mtr-tiny" "optipng" "pandoc" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
49+
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "fastfetch" "git-delta" "gpg-agent" "links"
50+
"mtr-tiny" "optipng" "pandoc" "ssh-tools" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
5151
)
5252
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")
5353

apt/setup_sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
1111

1212
mkdir -p /etc/apt/keyrings
1313
apt update
14-
apt install apt-transport-https ca-certificates curl gpg-agent ubuntu-dbgsym-keyring
14+
apt install apt-transport-https ca-certificates curl gpg-agent ubuntu-dbgsym-keyring wget
1515

1616
# -----
1717
# Ubuntu repos

0 commit comments

Comments
 (0)