From 9043ab92008c23f09e3b97027147aa4e3b878b51 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sat, 18 Mar 2017 02:02:56 -0800 Subject: [PATCH] Updated uninstall. --- uninstall.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 71971322..fe3cbefa 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,8 +1,8 @@ #!/bin/bash -#Basic install script for fenrir. +#Basic uninstall script for fenrir. cat << EOF -fenrir is going to remove. -every script and settings are lost. +Fenrir is going to remove. +All scripts and settings will be lost. EOF # ask @@ -19,5 +19,5 @@ rm /usr/lib/systemd/system/fenrir.service # success message cat << EOF -fenrir is removed +Fenrir has been successfully removed from your system. EOF