From ef9db166366efd9889d70b92fd17c24b0bd07803 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 10 May 2023 17:57:05 -0400 Subject: [PATCH] Update install.func --- misc/install.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/install.func b/misc/install.func index b0022786..9d66abb6 100644 --- a/misc/install.func +++ b/misc/install.func @@ -62,6 +62,7 @@ setting_up_container() { echo "export HOME=/root" >>/root/.bashrc echo "export TERM='xterm-256color'" >>/root/.bashrc . /root/.bashrc + cd sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen locale-gen >/dev/null echo $tz >/etc/timezone