Update mm-scripts.sh

This commit is contained in:
2023-04-23 22:17:13 -05:00
parent 300eb12072
commit 23071757bd

View File

@@ -866,8 +866,8 @@ 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
/bin/systemctl disable ${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]}"