| /etc/init.d/rsyslog stop | /etc/init.d/rsyslog stop | ||||
| find /var/log -type f -print0 | xargs -0 rm | 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" | echo "Setup complete, please reboot to make it active" |