Update update.sh
This commit is contained in:
parent
0a8af819e7
commit
eb258b0e81
@ -5,6 +5,10 @@ set -e
|
||||
printf -- '\033[33m Remove neovim if already installed\n\033[37m'
|
||||
sudo apt -y purge --auto-remove neovim
|
||||
|
||||
# Setup locals
|
||||
printf -- '\033[33m Setup locals\n\033[37m'
|
||||
sudo locale-gen "en_US.UTF-8"
|
||||
|
||||
# Install system packages
|
||||
printf -- '\033[33m Installing system packages\n\033[37m'
|
||||
sudo apt update && sudo apt -y upgrade
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user