Update update.sh

This commit is contained in:
Christoffer Martinsson 2024-04-13 21:07:17 +02:00
parent 0a8af819e7
commit eb258b0e81

View File

@ -5,6 +5,10 @@ set -e
printf -- '\033[33m Remove neovim if already installed\n\033[37m' printf -- '\033[33m Remove neovim if already installed\n\033[37m'
sudo apt -y purge --auto-remove neovim 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 # Install system packages
printf -- '\033[33m Installing system packages\n\033[37m' printf -- '\033[33m Installing system packages\n\033[37m'
sudo apt update && sudo apt -y upgrade sudo apt update && sudo apt -y upgrade