Update mariadb_setup.sh

This commit is contained in:
tteckster 2022-01-27 14:22:41 -05:00 committed by GitHub
parent fef7d3873f
commit 3170869e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ function msg() {
msg "Setting up container OS..."
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
# Update container OS
msg "Updating container OS..."