mirror of https://github.com/tteck/Proxmox.git
Update install.func
This commit is contained in:
parent
2cc3417520
commit
4123a384d9
|
@ -62,6 +62,7 @@ setting_up_container() {
|
||||||
su -
|
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
|
||||||
|
exit
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue