This commit is contained in:
Oscar Krause 2022-12-28 21:30:20 +01:00
parent 49138fb2e9
commit 07cf0d8042

View File

@ -51,7 +51,7 @@ build:pamac:
# create build directory for .deb sources
- mkdir build
# copy install instructions
- cp -r PKGBUILD build/
- cp -r PKGBUILD/* build/
# "makepkg" don't likes root user
- useradd --no-create-home --shell=/bin/false build && usermod -L build
- 'echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'