From 11bd5dd1b3b41ae66552c8165540b7faaaadb3c7 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 15 Apr 2020 18:43:49 -0400
Subject: locale-gen
---
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index 6d5f608..a9eda3f 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,7 @@ if [ ! -e /home/$USE/.ssh/id_rsa ]; then sudo -u $USE ssh-keygen; fi
sh regional.sh # Region specific setup
hwclock --systohc
+locale-gen
sh mod.sh
systemctl enable wpa_supplicant@wlp3s0
--
cgit