diff --git a/install b/install index 60530021..8abb5deb 100755 --- a/install +++ b/install @@ -180,7 +180,7 @@ if [ "$(id -u)" == "0" ]; then # Additional configuration for sudo SECURITY WARNING DANGER ALARM BELLS! if [ -d /etc/sudoers.d ]; then - cp -v etc/sudoers.d/{lecture,password-feedback,always-ask-password,envkeep-extras} /etc/sudoers.d/ + cp -v etc/sudoers.d/{aminda-systemd,lecture,password-feedback,always-ask-password,envkeep-extras} /etc/sudoers.d/ fi # Profile configuration. SECURITY WARNING