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)"