Update install.func

This commit is contained in:
tteckster 2023-05-10 17:42:18 -04:00 committed by GitHub
parent 4cd06c3587
commit 2cc3417520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,9 +59,9 @@ msg_error() {
setting_up_container() { setting_up_container() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
su -
echo "export HOME=/root" >>/root/.bashrc echo "export HOME=/root" >>/root/.bashrc
echo "export TERM='xterm-256color'" >>/root/.bashrc echo "export TERM='xterm-256color'" >>/root/.bashrc
. ~/.bashrc
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null locale-gen >/dev/null
echo $tz >/etc/timezone echo $tz >/etc/timezone