Added wheel group to sudoers-file

This commit is contained in:
eichehome 2022-01-17 01:47:53 +01:00
parent 6d8072a836
commit 7c0f6ca14d

View file

@ -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
echo eichehome:testen | chpasswd
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers.d/wheel_group