fix(script): Run as unprivileged user 'build'
If we run as 'root' updates for AUR packages fail
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.idea
|
@@ -4,6 +4,7 @@ Requires=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=build
|
||||
Type=oneshot
|
||||
IgnoreSIGPIPE=no
|
||||
ExecStart=/usr/bin/paru -Syu --noconfirm
|
||||
|
Reference in New Issue
Block a user