mirror of https://github.com/tteck/Proxmox.git
Update install.func
This commit is contained in:
parent
4cd06c3587
commit
2cc3417520
|
@ -59,9 +59,9 @@ msg_error() {
|
|||
|
||||
setting_up_container() {
|
||||
msg_info "Setting up Container OS"
|
||||
su -
|
||||
echo "export HOME=/root" >>/root/.bashrc
|
||||
echo "export TERM='xterm-256color'" >>/root/.bashrc
|
||||
. ~/.bashrc
|
||||
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
|
||||
locale-gen >/dev/null
|
||||
echo $tz >/etc/timezone
|
||||
|
|
Loading…
Reference in New Issue