From 41e7c68fa6d184d2266d2ed9db35b3ca540e1468 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Thu, 8 Feb 2024 23:56:02 +0100 Subject: [PATCH] Update build_chroot.sh --- build_chroot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_chroot.sh b/build_chroot.sh index 74a2103fb..eabc1d73c 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is the install instruction for the CHROOT build # We're using cloudsmith-cli to upload the file in CHROOT - +echo "Current directory: $(pwd)" sudo apt install -y python3-pip sudo pip3 install --upgrade cloudsmith-cli curl -1sLf 'https://dl.cloudsmith.io/public/openhd/release/setup.deb.sh'| sudo -E bash @@ -12,7 +12,6 @@ cd build/linux/aarch64 ./make-Makefiles.bash make -j$(nproc) make DESTDIR=mpp-package -j4 install -echo "Current directory: $(pwd)" cd mpp-package/usr/local mv lib ../ cd ../