Update mm-scripts.sh
This commit is contained in:
@@ -743,7 +743,7 @@ UPDATESERVICE(){
|
||||
|
||||
SHOWSRVCUPDATES(){
|
||||
echo -e "${idsCL[LightCyan]}Latest Update URLs Available${idsCL[Default]}"
|
||||
DIVIDER
|
||||
DIVIDER . lightGreen
|
||||
|
||||
for usrvc in "${UPDATE_SERVICES[@]}"; do
|
||||
beta_url=`curl -s https://api.github.com/repos/${MM_UPDATE_REPO[${usrvc}]}/${usrvc}/releases | jq -r '.[0].assets[].browser_download_url' | grep "${MM_UPDATE_REPO_GREP[${usrvc}]}" | cut -d '"' -f 4 | grep -i 'https://'`
|
||||
|
||||
Reference in New Issue
Block a user