Update zigbee2mqtt_setup.sh

This commit is contained in:
tteckster 2022-01-27 14:25:57 -05:00 committed by GitHub
parent afc52f825c
commit 67a668f2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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..."