diff options
-rwxr-xr-x | regional.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regional.sh b/regional.sh index 43611f3..9321b78 100755 --- a/regional.sh +++ b/regional.sh @@ -1,6 +1,7 @@ #!/bin/sh ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime -echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" > /etc/locale.conf +echo "LANG=en_US.UTF-8" +echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" > /etc/locale.geN echo "KEYMAP=dvorak-programmer" > /etc/vconsole.conf export HOST="bruh-moment" echo $HOST > /etc/hostname |