Parcourir la source

Update unifi-install.sh

tteckster il y a 3 ans
Parent
commit
4542b2dd88
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"