Update mm-scripts.sh
This commit is contained in:
@@ -814,8 +814,14 @@ UPDATESERVICE(){
|
|||||||
beta=""
|
beta=""
|
||||||
fi
|
fi
|
||||||
installed_ver=`echo ${latest_release_url} | cut -d/ -f8`
|
installed_ver=`echo ${latest_release_url} | cut -d/ -f8`
|
||||||
|
|
||||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
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 -e "${idsCL[LightCyan]}${beta}Download URL: ${idsCL[LightGreen]}${latest_release_url}${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user