added sudo to builder user
All checks were successful
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Successful in 5m33s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s

This commit is contained in:
2025-12-09 15:19:56 +01:00
parent 8bea69a307
commit af16a1832d

1
dist/pacman.sh vendored
View File

@@ -37,6 +37,7 @@ else
useradd -m "$TEMP_USER"
# add user to sudoers with no password
echo "$TEMP_USER ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
groupadd sudo
usermod -aG wheel "$TEMP_USER"
usermod -aG sudo "$TEMP_USER"