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

@@ -34,7 +34,7 @@ opennms=false" > /opt/LinUPx/settings.conf
echo ""
echo -e "${CS[color,LightYellow]}LinUPx has been Installed${CS[color,Default]}"
echo ""
echo -e "${CS[color,LightBlue]}To run updates, use the command: runup${CS[color,Default]}"
echo -e "${CS[color,Blue]}To run updates, use the command: ${CS[color,Green]}runup${CS[color,Default]}"
echo ""
echo ""

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