From c6c577f5aeb69a00f0f5d0c180fff29002bf75ad Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:03:48 +0200 Subject: [PATCH] Update build_chroot.sh --- build_chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_chroot.sh b/build_chroot.sh index 38ef7e6..880565b 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -16,7 +16,8 @@ cd build/linux/aarch64 ./make-Makefiles.bash make -j4 install -cd .. +cd ../../../../ +ls cmake -B build sudo cmake --build build --target install