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(){
systemctl disable --now exim4
systemctl disable --now cockpit.socket
systemctl disable --now redis-server
systemctl disable --now apparmor
systemctl disable --now nfs-server
systemctl disable --now smbd
systemctl disable --now rpbind
systemctl disable --now bluetooth
SERVICES+=( exim4 cockpit.socket redis-server apparmor nfs-server smbd rpbind rpcbind.socket avahi-daemon bluetooth minidlna openvpn);
for i in "${SERVICES[@]}"
do
systemctl disable --now $i
done
apt -y purge apparmor
apt remove unattended-upgrades chromium chromium-common chromium-sandbox epiphany-browser epiphany-browser-data -y
apt autoremove -y