Update linupx-uninstall.sh

This commit is contained in:
2018-11-23 09:18:25 -06:00
parent 5fd8947ce3
commit 81ba1bfc20

View File

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