From 4cd06c3587146179bcc8645a170d569886881d86 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 10 May 2023 17:36:05 -0400 Subject: [PATCH] Update install.func --- misc/install.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index ece22871..84c27829 100644 --- a/misc/install.func +++ b/misc/install.func @@ -59,6 +59,9 @@ msg_error() { setting_up_container() { msg_info "Setting up Container OS" + 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 @@ -106,7 +109,6 @@ update_os() { } motd_ssh() { - echo "export TERM='xterm-256color'" >>/root/.bashrc echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" >/etc/motd chmod -x /etc/update-motd.d/* if [[ "${SSH_ROOT}" == "yes" ]]; then