systemctl daemon-reload after removing snapd etc
This commit is contained in:
parent
0b65fd92cc
commit
5621d65c83
|
@ -41,6 +41,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
|
||||||
# remove unwanted packages
|
# remove unwanted packages
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge snapd cryptsetup ufw iptables landscape-common popularity-contest
|
DEBIAN_FRONTEND=noninteractive apt-get -y purge snapd cryptsetup ufw iptables landscape-common popularity-contest
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove
|
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove
|
||||||
|
systemctl daemon-reload
|
||||||
## used to disable apparmor, going to try leaving it in now
|
## used to disable apparmor, going to try leaving it in now
|
||||||
# aa-teardown
|
# aa-teardown
|
||||||
# systemctl stop apparmor
|
# systemctl stop apparmor
|
||||||
|
|
Loading…
Reference in New Issue
Block a user