From 45b707be8fbe17e8b7e6ffa72f1fbe6e87d897e9 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 16 Sep 2021 16:05:22 -0400 Subject: [PATCH] Update continue.sh --- continue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continue.sh b/continue.sh index c6aa707..3b3155f 100755 --- a/continue.sh +++ b/continue.sh @@ -29,7 +29,7 @@ hwclock --systohc echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen echo "export LANG=\"en_US.UTF-8\"" > /etc/locale.conf -echo "exprot LC_COLLATE=\"C\"" >> /etc/locale.conf +echo "export LC_COLLATE=\"C\"" >> /etc/locale.conf clear prompt "Do you need more locales than just en_US? (y/N)"