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 28139f9 commit 54237d2Copy full SHA for 54237d2
.github/scripts/pkg-arch.sh
@@ -24,7 +24,7 @@ build)
24
export COMPRESSZST=(zstd -c -T0 --ultra -20 -)
25
26
# Build
27
- su nobody --pty -p -s /bin/bash -c 'makepkg -sf --noconfirm'
+ runuser -u nobody -- makepkg -sf --noconfirm
28
;;
29
sign)
30
if [ -z "$GPG_KEY" ] || [ -z "$GPG_KEY_ID" ]; then
0 commit comments