Explorar el Código

added removal of torvm, git and dependencies

master
Pascal Gloor hace 5 años
padre
commit
5ed2179b0b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      install.sh

+ 6
- 0
install.sh Ver fichero

@@ -58,4 +58,10 @@ echo "Cleaning syslog"
/etc/init.d/rsyslog stop
find /var/log -type f -print0 | xargs -0 rm

echo "Removing installer script, git package and dependencies"
cd ..
rm -rf torvm
apt-get --assume-yes remove --purge git
apt-get --assume-yes autoremove --purge

echo "Setup complete, please reboot to make it active"

Cargando…
Cancelar
Guardar