Update linupx-install.sh
This commit is contained in:
@@ -18,8 +18,8 @@ fi
|
||||
if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
|
||||
else APTFUNC="${ATYPE}"
|
||||
fi
|
||||
|
||||
echo -e "${LGreen}LinUPx Installation Script"
|
||||
echo ""
|
||||
echo -e "${CS[color,LightGreen]}LinUPx Installation Script${CS[color,Default]}"
|
||||
|
||||
do_with_root $APTFUNC -y install wget curl git
|
||||
|
||||
@@ -32,7 +32,9 @@ opennms=false" > /opt/LinUPx/settings.conf
|
||||
|
||||
|
||||
echo ""
|
||||
echo "To run updates, use the command: runup"
|
||||
echo -e "${CS[color,LightYello]}LinUPx has been Installed${CS[color,Default]}"
|
||||
echo ""
|
||||
echo -e "${CS[color,LightBlue]}To run updates, use the command: runup${CS[color,Default]}"
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user