Browse Source

Update adguard_setup.sh

tteckster 3 năm trước cách đây
mục cha
commit
1030c0d038
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      setup/adguard_setup.sh

+ 0 - 2
setup/adguard_setup.sh

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