no sudo anymore

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-01 08:40:06 +03:00
parent 46b91d02bf
commit 5c8aa3407c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
err() { printf '%s\n' "$*" >&2; }
build_remote() { sudo makepkg-podman "$@"; }
build_remote() { makepkg-podman "$@"; }
cleanup() { rm -f "$lockfile"; }
lock() {