aboutsummaryrefslogtreecommitdiff
path: root/regional.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regional.sh')
-rwxr-xr-xregional.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regional.sh b/regional.sh
index 9321b78..868a08e 100755
--- a/regional.sh
+++ b/regional.sh
@@ -1,7 +1,7 @@
#!/bin/sh
ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
-echo "LANG=en_US.UTF-8"
-echo -e "en_US.UTF-8 UTF-8\nen_US ISO-8859-1" > /etc/locale.geN
+echo "LANG=en_US.UTF-8" > /etc/locale.conf
+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