|
|
@ -83,6 +83,7 @@ msg_ok "Updated Container OS" |
|
|
|
msg_info "Installing Dependencies" |
|
|
|
msg_info "Installing Dependencies" |
|
|
|
$STD apt-get install -y curl |
|
|
|
$STD apt-get install -y curl |
|
|
|
$STD apt-get install -y sudo |
|
|
|
$STD apt-get install -y sudo |
|
|
|
|
|
|
|
$STD apt-get install -y mc |
|
|
|
$STD apt-get install -y lsb-release |
|
|
|
$STD apt-get install -y lsb-release |
|
|
|
$STD apt-get install -y gpg |
|
|
|
$STD apt-get install -y gpg |
|
|
|
$STD apt-get install -y apt-transport-https |
|
|
|
$STD apt-get install -y apt-transport-https |
|
|
@ -99,6 +100,7 @@ $STD systemctl enable --now hyperion@root.service |
|
|
|
msg_ok "Installed Hyperion" |
|
|
|
msg_ok "Installed Hyperion" |
|
|
|
|
|
|
|
|
|
|
|
PASS=$(grep -w "root" /etc/shadow | cut -b6) |
|
|
|
PASS=$(grep -w "root" /etc/shadow | cut -b6) |
|
|
|
|
|
|
|
echo "export TERM='xterm-256color'" >>/root/.bashrc |
|
|
|
if [[ $PASS != $ ]]; then |
|
|
|
if [[ $PASS != $ ]]; then |
|
|
|
msg_info "Customizing Container" |
|
|
|
msg_info "Customizing Container" |
|
|
|
chmod -x /etc/update-motd.d/* |
|
|
|
chmod -x /etc/update-motd.d/* |
|
|
|