Update install.func

This commit is contained in:
tteckster
2023-05-10 18:11:30 -04:00
committed by GitHub
parent 9b23a10d54
commit 8a41be51f9

View File

@@ -61,8 +61,8 @@ setting_up_container() {
msg_info "Setting up Container OS" msg_info "Setting up Container OS"
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
echo "cd ~" >>/root/.bashrc
. /root/.bashrc . /root/.bashrc
cd ~/
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