fix(script): Run as unprivileged user 'build'
If we run as 'root' updates for AUR packages fail
This commit is contained in:
parent
456ca820e7
commit
bae0dc09fa
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user