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; }
|
err() { printf '%s\n' "$*" >&2; }
|
||||||
|
|
||||||
build_remote() { sudo makepkg-podman "$@"; }
|
build_remote() { makepkg-podman "$@"; }
|
||||||
cleanup() { rm -f "$lockfile"; }
|
cleanup() { rm -f "$lockfile"; }
|
||||||
|
|
||||||
lock() {
|
lock() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user