Update uninstall

pull/532/head
Itai Nelken 4 years ago committed by GitHub
parent 3a344a53bc
commit 6fd63176ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,9 @@ function error {
exit 1
}
sudo apt remove lokinet-gui -y && sudo apt remove lokinet -y
sudo apt purge lokinet-gui -y || error "Failed to uninstall \"lokinet-gui\"!"
sudo apt purge lokinet -y || error "Failed to uninstall \"lokinet\"!"
sudo apt purge lokinet-bin - y || error "Failed to uninstall \"lokinet-bin\"!"
if [ -e /etc/systemd/system/lokinet.service.d ]; then
echo "removing systemd override"

Loading…
Cancel
Save