Update adguard_setup.sh

pull/18/head
tteckster 2022-01-27 14:21:02 -05:00 committed by GitHub
parent 8d3fd7e285
commit 1030c0d038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,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
msg "Updating Container OS..." msg "Updating Container OS..."
apt update &>/dev/null apt update &>/dev/null