Update mm-scripts.sh

This commit is contained in:
2023-04-12 19:48:40 -05:00
parent e8439d7d86
commit 0f0f077083

View File

@@ -755,8 +755,8 @@ SHOWSRVCUPDATES(){
[[ $BETA_SERVICES == *${usrvc}* ]] && cur='Beta' || cur='Stable'
echo -e "${idsCL[LightCyan]}${MM_SERVICES[${usrvc}]}:${idsCL[Default]} ${cur} Selected"
echo -en "${idsCL[LightGreen]}Stable Release : ${latest_url}${idsCL[Default]}"
echo -en "${idsCL[LightGreen]}Beta Release : ${beta_url}${idsCL[Default]}"
echo -e "${idsCL[LightGreen]}Stable Release : ${latest_url}${idsCL[Default]}"
echo -e "${idsCL[LightGreen]}Beta Release : ${beta_url}${idsCL[Default]}"
echo
done