From 619f0646d1a7b52e5de174258c7d1e4e2fc54722 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 07:52:56 +0200 Subject: [PATCH] progress --- makeanything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeanything.sh b/makeanything.sh index 808083a..5527e4e 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -46,7 +46,7 @@ test -f build/chroot || mkdir -p build/chroot ### i have the problem, that fakechroot will not work atm. in ubuntu 22.04 i get libc6 version mismatch errors. so we run it direct as root. not my favorite, but works for now. message "running debootstrap with mirror $MIRROR" -sudo debootstrap bullseye build/chroot/ $MIRROR || sudo debootstrap bullseye build/chroot/ $MIRROR +sudo debootstrap bullseye build/chroot/ $MIRROR || sudo debootstrap bullseye build/chroot/ $MIRROR message "copy xdgmenumaker deb file into chroot" sudo cp deb/xdgmenumaker* build/chroot/tmp