From 813f1da1f56908100a7207e70fc18b5bd44613a0 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 13 Apr 2024 21:55:48 +0200 Subject: [PATCH] Update update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 2c006f3..ad7a60a 100755 --- a/update.sh +++ b/update.sh @@ -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'