From 55eb556a203dda43547a11f71db5d1dadc0509cf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 23 Nov 2018 09:16:44 -0600 Subject: [PATCH] update --- linupx-uninstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linupx-uninstall.sh b/linupx-uninstall.sh index e6387d2..ef1dc8c 100755 --- a/linupx-uninstall.sh +++ b/linupx-uninstall.sh @@ -19,14 +19,14 @@ if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}" else APTFUNC="${ATYPE}" fi -echo -e "${LGreen}LinUPx Removal Script" +echo -e "${CS[color,LGreen]}LinUPx Removal Script" do_with_root set -eu -rm -y /usr/local/bin/runup +rm -f /usr/local/bin/runup rm -Rf /opt/LinUPx echo "" -echo -e "${Blue}LinUPx has been Removed" +echo -e "${CS[color,Blue]}LinUPx has been Removed" exit 0 \ No newline at end of file