Replaced manual retrieval of remote version with function call
This commit is contained in:
parent
4e5967e3bc
commit
02dbe5e0eb
@ -141,7 +141,7 @@ else
|
|||||||
ACTION=INSTALL
|
ACTION=INSTALL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
REMOTE_VERSION=`curl $DOWNLOAD_URL | grep -Eo $VERSION_REGEX | head -n 1`
|
REMOTE_VERSION=`get_remote_version`
|
||||||
|
|
||||||
# END: Pre-Work Check
|
# END: Pre-Work Check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user