Skip to content

Commit

Permalink
add rsync dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgrotz committed Dec 4, 2023
1 parent bb33031 commit bda141f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions system_scripts/10_setup_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF
sudo apt purge whoopsie

# add essential tools
sudo apt install vim tmux fzf zsh htop curl git
sudo apt install vim tmux fzf zsh htop curl git rsync
sudo apt install net-tools
sudo apt install lm-sensors

Expand All @@ -46,20 +46,16 @@ sudo ubuntu-drivers autoinstall
# see https://gist.github.com/pantor/9786c41c03a97bca7a52aa0a72fa9387

# ceate ssh key

ssh-keygen

# create workspace

mkdir $HOME/workspaces



sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8



sudo apt install software-properties-common
sudo add-apt-repository universe

0 comments on commit bda141f

Please sign in to comment.