This commit is contained in:
Your Name 2023-02-07 21:36:19 -07:00
parent 3a10c00045
commit db5886c93b

View File

@ -182,14 +182,12 @@ apt-tweaks(){
} }
desktop(){ desktop(){
systemctl disable --now exim4 SERVICES+=( exim4 cockpit.socket redis-server apparmor nfs-server smbd rpbind rpcbind.socket avahi-daemon bluetooth minidlna openvpn);
systemctl disable --now cockpit.socket for i in "${SERVICES[@]}"
systemctl disable --now redis-server do
systemctl disable --now apparmor systemctl disable --now $i
systemctl disable --now nfs-server done
systemctl disable --now smbd
systemctl disable --now rpbind
systemctl disable --now bluetooth
apt -y purge apparmor apt -y purge apparmor
apt remove unattended-upgrades chromium chromium-common chromium-sandbox epiphany-browser epiphany-browser-data -y apt remove unattended-upgrades chromium chromium-common chromium-sandbox epiphany-browser epiphany-browser-data -y
apt autoremove -y apt autoremove -y