Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Uninstalling nafsdm

Vilhelm Prytz edited this page Apr 22, 2018 · 2 revisions

Uninstalling nafsdm

Uninstalling nafsdm can be done using our uninstallation scripts. Please note that uninstalling nafsdm will not remove any dependencies installed by nafsdm (such as python libraries).

Master uninstallation

Download the uninstallation script.

bash <(curl -s https://raw.githubusercontent.com/MrKaKisen/nafsdm/master/scripts/uninstallMaster.sh)

The uninstaller will ask you to confirm the operation. If no errors showed up during uninstallation, you've successfully uninstalled nafsdm.

Slave uninstallation

Download the uninstallation script.

bash <(curl -s https://raw.githubusercontent.com/MrKaKisen/nafsdm/master/scripts/uninstallSlave.sh)

The uninstaller will ask you to confirm the operation. If no errors showed up during uninstallation, you've successfully uninstalled nafsdm.

Clone this wiki locally