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 Jan 27, 2024
1 parent b852553 commit 70219c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ -e /etc/os-release && $(grep -c "Raspbian" /etc/os-release) -gt 0 ]]; then
git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD 2.5 repository"
ls -a
cloudsmith push deb --api-key "$API_KEY" openhd/release/raspbian/bullseye rtl8812au-x86.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/release/raspbian/bullseye rtl8812au-rpi.deb || exit 1

else

Expand Down

0 comments on commit 70219c4

Please sign in to comment.