fix(script): Run as unprivileged user 'build'

If we run as 'root' updates for AUR packages fail
This commit is contained in:
hygienic-books 2025-01-31 01:05:00 +01:00
parent 456ca820e7
commit bae0dc09fa
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -4,6 +4,7 @@ Requires=network.target
After=network.target After=network.target
[Service] [Service]
User=build
Type=oneshot Type=oneshot
IgnoreSIGPIPE=no IgnoreSIGPIPE=no
ExecStart=/usr/bin/paru -Syu --noconfirm ExecStart=/usr/bin/paru -Syu --noconfirm