Updated uninstall.
This commit is contained in:
parent
3bb6b09c34
commit
9043ab9200
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#Basic install script for fenrir.
|
#Basic uninstall script for fenrir.
|
||||||
cat << EOF
|
cat << EOF
|
||||||
fenrir is going to remove.
|
Fenrir is going to remove.
|
||||||
every script and settings are lost.
|
All scripts and settings will be lost.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# ask
|
# ask
|
||||||
@ -19,5 +19,5 @@ rm /usr/lib/systemd/system/fenrir.service
|
|||||||
|
|
||||||
# success message
|
# success message
|
||||||
cat << EOF
|
cat << EOF
|
||||||
fenrir is removed
|
Fenrir has been successfully removed from your system.
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user