This commit is contained in:
2018-11-23 09:16:44 -06:00
parent 161c38b52e
commit 55eb556a20

View File

@@ -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