Ver código fonte

Update unifi-install.sh

tteckster 2 anos atrás
pai
commit
d3ef2acb8c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      setup/unifi-install.sh

+ 2 - 2
setup/unifi-install.sh

@@ -96,7 +96,7 @@ msg_ok "Customized Container"
   fi
   
 msg_info "Cleaning up"
-#apt-get autoremove >/dev/null
-#apt-get autoclean >/dev/null
+apt-get autoremove >/dev/null
+apt-get autoclean >/dev/null
 rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
 msg_ok "Cleaned"