We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0622a61 commit e35919aCopy full SHA for e35919a
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
./updlinks.sh
42
43
# Fix permissions (can't makepkg as root)
44
- echo "nobody ALL=(ALL) NOPASSWD: /usr/bin/apt-get" >> /etc/sudoers
+ echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
45
chown -R nobody .
46
47
su nobody --pty -p -s /bin/bash -c 'makedeb --sync-deps --skip-pgp-check --no-confirm'
0 commit comments