Update uninstall.sh

Signed-off-by: Rob Gill <rrobgill@protonmail.com>>
pull/2180/head
Rob Gill 6 years ago committed by GitHub
parent 3d3e7a330c
commit 97809277df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,7 +168,7 @@ removeNoPurge() {
# Restore resolved
if [[ -e /etc/systemd/resolved.conf.orig ]]; then
systemctl disable systemd-resolved
cp /etc/systemd/resolved.conf.orig /etc/systemd/resolved.conf
${SUDO} cp /etc/systemd/resolved.conf.orig /etc/systemd/resolved.conf
systemctl enable systemd-resolved
fi

Loading…
Cancel
Save