Skip to content

Commit

Permalink
v2.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
DocDrydenn committed Jan 22, 2022
1 parent 4eb7164 commit a2f2104
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions omsa_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERS="v2.0"
VERS="v2.0a"

# Clear screen
clear
Expand All @@ -16,7 +16,6 @@ DEBUG=0

# Script Update Function
self_update() {
echo "1. Self-Update:"
cd "$SCRIPTPATH"
timeout 1s git fetch --quiet
timeout 1s git diff --quiet --exit-code "origin/$BRANCH" "$SCRIPTFILE"
Expand Down Expand Up @@ -113,9 +112,19 @@ trap 'errexit' ERR
inoutheader
inoutfooter


#===========================================================================================================================================
### Start Phase 0
PHASE="Script_Self-Update"
phaseheader $PHASE
sleep 1
#===========================================================================================================================================
# Self Update
self_update

### End Phase 0
phasefooter $PHASE

#===========================================================================================================================================
### Start Phase 1
PHASE="Old_OMSA_Purge"
Expand Down

0 comments on commit a2f2104

Please sign in to comment.