Skip to content

Commit 08976f3

Browse files
committed
Add rclone and rsync to the installer script
1 parent 5faa363 commit 08976f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apt/install_software.sh

Lines changed: 3 additions & 2 deletions
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-
"7zip" "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" "rsync" "tmux" "ufw"
4141
)
4242
DEV_PACKAGES=(
4343
"build-essential" "cloc" "cmake" "gcc-multilib" "g++-multilib" "gfortran"
@@ -50,7 +50,8 @@ PYTHON_PACKAGES=(
5050
)
5151
UTILS_PACKAGES=(
5252
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "dislocker" "fastfetch" "git-delta" "gpg-agent" "links"
53-
"mtr-tiny" "optipng" "pdftk" "pandoc" "ssh-tools" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
53+
"mtr-tiny" "optipng" "pdftk" "pandoc" "rclone" "ssh-tools" "texlive-full" "traceroute"
54+
"wget" "wireguard" "xindy" "yt-dlp" "zsh"
5455
)
5556
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")
5657

0 commit comments

Comments
 (0)