From 36de57fba1d062bc34af5d9b177cf442335315d3 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 23 Jul 2020 22:11:52 -0400 Subject: [PATCH] Mint sudo fix --- index.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/index.sh b/index.sh index b3af3c1..83d9939 100755 --- a/index.sh +++ b/index.sh @@ -100,6 +100,7 @@ echo "$PAM_LDAP_filter" >> /etc/ldap.conf ## Set up sudo-ldap +export SUDO_FORCE_REMOVE=yes apt install -y sudo-ldap sudo_ldap_template="$(cat files/sudo-ldap.conf)" echo "$sudo_ldap_template" | mo > /etc/sudo-ldap.conf