diff options
Diffstat (limited to 'scripts/klipper-uninstall.sh')
-rwxr-xr-x | scripts/klipper-uninstall.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/scripts/klipper-uninstall.sh b/scripts/klipper-uninstall.sh deleted file mode 100755 index 60fee7c7..00000000 --- a/scripts/klipper-uninstall.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -# Uninstall script for raspbian/debian type installations - -# Stop Klipper Service -echo "#### Stopping Klipper Service.." -sudo service klipper stop - -# Remove Klipper from Startup -echo -echo "#### Removing Klipper from Startup.." -sudo update-rc.d -f klipper remove - -# Remove Klipper from Services -echo -echo "#### Removing Klipper Service.." -sudo rm -f /etc/init.d/klipper /etc/default/klipper - -# Notify user of method to remove Klipper source code -echo -echo "The Klipper system files have been removed." -echo -echo "The following command is typically used to remove local files:" -echo " rm -rf ~/klippy-env ~/klipper" |