Create UNINSTALL.sh
This commit is contained in:
parent
283da1b4ef
commit
4df8cb9adc
15
UNINSTALL.sh
Normal file
15
UNINSTALL.sh
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Sherpa uninstallation script
|
||||||
|
# This script uninstalls sherpa from the system.
|
||||||
|
|
||||||
|
echo "Uninstalling sherpa..."
|
||||||
|
rm /usr/bin/sherpa
|
||||||
|
echo "rm /usr/bin/sherpa"
|
||||||
|
echo "+----------------------------------------------+"
|
||||||
|
echo "| Sherpa was uninstalled successfully. |"
|
||||||
|
echo "+----------------------------------------------+"
|
||||||
|
# //
|
||||||
|
# //
|
||||||
|
# //
|
||||||
|
# //
|
||||||
|
# //
|
Loading…
Reference in New Issue
Block a user