Update mm-scripts.sh

This commit is contained in:
2023-04-23 21:43:55 -05:00
parent 4e469e9ea7
commit 35e7b51528

View File

@@ -814,8 +814,14 @@ UPDATESERVICE(){
beta=""
fi
installed_ver=`echo ${latest_release_url} | cut -d/ -f8`
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
echo
msg="Installing version"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -e "${idsCL[White]}${msg}${spc} : ${idsCL[Green]}${installed_ver}${idsCL[Default]}"
echo
echo -e "${idsCL[LightCyan]}${beta}Download URL: ${idsCL[LightGreen]}${latest_release_url}${idsCL[Default]}"
echo