Update mariadb_setup.sh
This commit is contained in:
parent
fef7d3873f
commit
3170869e13
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ function msg() {
|
||||||
msg "Setting up container OS..."
|
msg "Setting up container OS..."
|
||||||
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
|
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
|
||||||
locale-gen >/dev/null
|
locale-gen >/dev/null
|
||||||
apt-get -y purge openssh-{client,server} >/dev/null
|
|
||||||
apt-get autoremove >/dev/null
|
|
||||||
|
|
||||||
# Update container OS
|
# Update container OS
|
||||||
msg "Updating container OS..."
|
msg "Updating container OS..."
|
||||||
|
|
Loading…
Reference in a new issue