fixed issue for makepkg paru and Root execution on worflow container
All checks were successful
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Successful in 38s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s

This commit is contained in:
2025-12-09 14:14:57 +01:00
parent 45dda34478
commit d6e277a86c

3
dist/pacman.sh vendored
View File

@@ -35,7 +35,8 @@ else
TEMP_USER="tempuser"
useradd -m "$TEMP_USER"
chown -R "$TEMP_USER":"$TEMP_USER" .
login "$TEMP_USER"
login $TEMP_USER
echo "Building paru as user $TEMP_USER..."
makepkg -si --noconfirm
logout
userdel -r "$TEMP_USER"