Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 8, 2024
1 parent 76827de commit 41e7c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 ../
Expand Down

0 comments on commit 41e7c68

Please sign in to comment.