Update update.sh

This commit is contained in:
Christoffer Martinsson 2024-04-13 21:55:48 +02:00
parent 302a051ab5
commit 813f1da1f5

View File

@ -8,6 +8,7 @@ sudo apt -y purge --auto-remove neovim
# Setup locals
printf -- '\033[33m Setup locals\n\033[37m'
sudo locale-gen "en_US.UTF-8"
sudo update-locale LANG=en_US.UTF-8
# Install system packages
printf -- '\033[33m Installing system packages\n\033[37m'