This commit is contained in:
2018-11-23 09:23:55 -06:00
parent 5a8cde7d70
commit eca74b26cf
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
else APTFUNC="${ATYPE}"
fi
echo ""
echo -e "${CS[color,LightGreen]}LinUPx Removal Script"
echo -e "${CS[color,LightGreen]}LinUPx Removal Script${CS[color,Default]}"
do_with_root set -eu
@@ -27,7 +27,7 @@ rm -f /usr/local/bin/runup
rm -Rf /opt/LinUPx
echo ""
echo -e "${CS[color,LightRed]}LinUPx has been Removed"
echo -e "${CS[color,LightRed]}LinUPx has been Removed${CS[color,Default]}"
echo ""
exit 0