Browse Source

Update esphome_setup.sh

tteckster 3 years ago
parent
commit
9a3091332b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      setup/esphome_setup.sh

+ 0 - 2
setup/esphome_setup.sh

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