From 7c0f6ca14d6bc65f27f61b8550d99f9b12d6bf78 Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jan 2022 01:47:53 +0100 Subject: [PATCH] Added wheel group to sudoers-file --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9dceeb0..bd1a1b6 100644 --- a/install.sh +++ b/install.sh @@ -117,4 +117,6 @@ echo "[IPv6AcceptRA]" >> /etc/systemd/network/20-wwan.network echo "RouteMetric=700" >> /etc/systemd/network/20-wwan.network useradd -m eichehome -echo eichehome:testen | chpasswd \ No newline at end of file +echo eichehome:testen | chpasswd + +echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group