Skip to content

Commit

Permalink
v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DocDrydenn committed Jan 24, 2022
1 parent cd465de commit eb4f8db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions omsa_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERS="v2.5"
VERS="v2.7"

# Set Script Variables
SCRIPT="$(readlink -f "$0")"
Expand Down Expand Up @@ -368,7 +368,7 @@ then
else
echo
apt update
apt install srvadmin-all libncurses5 libxslt-dev
apt install srvadmin-all libncurses5 libxslt-dev -y
fi

### End Phase 4
Expand Down Expand Up @@ -396,9 +396,11 @@ phasefooter $PHASE
#===========================================================================================================================================
# Close Out
inoutheader
echo " srvadmin-services.sh Location: /opt/dell/srvadmin/sbin/"
echo "Service Control: /opt/dell/srvadmin/sbin/srvadmin-services.sh"
echo
echo " Relogin to refresh paths."
echo "Web Access: https://localhost:1311"
echo
echo "Note: Re-login needed before user paths will refresh."
echo
inoutfooter

Expand Down

0 comments on commit eb4f8db

Please sign in to comment.