diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:27:07 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-04 13:27:07 +0100 |
commit | c82fe347269532626773888931a093e3cc9219a8 (patch) | |
tree | c4513c33cccf6c8db28834a3e3ca3928a9bd07e8 | |
parent | 03d5f3a670ada60bd89856d1a48f3e09ef204a37 (diff) |
Add user to sudoers
-rw-r--r-- | install-arch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-arch.sh b/install-arch.sh index 85e2511..71b0b3d 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -78,6 +78,8 @@ echo "127.0.0.1 archbook.local archbook" >> /etc/hosts useradd -G wheel -m $USER passwd $USER +sed -i 's/# %wheel/%wheel/' /etc/sudoers + systemctl enable iwd systemctl enable dhcpcd |