forked from Spark/builder
no sudo anymore
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
46b91d02bf
commit
5c8aa3407c
|
@ -2,7 +2,7 @@
|
|||
|
||||
err() { printf '%s\n' "$*" >&2; }
|
||||
|
||||
build_remote() { sudo makepkg-podman "$@"; }
|
||||
build_remote() { makepkg-podman "$@"; }
|
||||
cleanup() { rm -f "$lockfile"; }
|
||||
|
||||
lock() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user