remove useless variable

This commit is contained in:
Mylloon 2022-06-07 18:17:53 +02:00
parent a7794f5552
commit 12a8d0cfe7
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -26,7 +26,6 @@ then
# === Locales ==
sed -i 's/fr_FR.UTF-8.UTF-8 UTF-8/fr_FR.UTF8 UTF-8/g' /etc/locale.gen
locale-gen
fish -c "set -Ux LC_ALL fr_FR.UTF-8"
localectl set-locale fr_FR.UTF-8
# === Fish ==