Update mm-scripts.sh

This commit is contained in:
2023-04-29 19:48:08 -05:00
parent da69eebd09
commit 5a16d0e7de

View File

@@ -922,7 +922,7 @@ UPDATESERVICE(){
echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}"
installed_ver=`dpkg -s ${usrvc} | grep Version`
/usr/bin/apt install ${usrvc} >/dev/null 2>&1
# /usr/bin/apt install ${usrvc} >/dev/null 2>&1
/bin/systemctl disable ${usrvc} >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"