From afc52f825cbdcd421f7ff7c012609a433133d19a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 27 Jan 2022 14:25:28 -0500 Subject: [PATCH] Update ubuntu_setup.sh --- setup/ubuntu_setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/ubuntu_setup.sh b/setup/ubuntu_setup.sh index 97870853..7f40a0a1 100644 --- a/setup/ubuntu_setup.sh +++ b/setup/ubuntu_setup.sh @@ -26,8 +26,6 @@ function msg() { echo -e "${CHECKMARK} \e[1;92m Setting up Container OS... \e[0m" sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen locale-gen >/dev/null -apt-get -y purge openssh-{client,server} >/dev/null -apt-get autoremove >/dev/null echo -e "${CHECKMARK} \e[1;92m Updating Container OS \e[0m" apt update &>/dev/null @@ -52,4 +50,4 @@ systemctl daemon-reload systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m" -rm -rf /ubuntu_setup.sh /var/{cache,log}/* /var/lib/apt/lists/* \ No newline at end of file +rm -rf /ubuntu_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*