Skip to content

Commit

Permalink
Update 00-run-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 5, 2024
1 parent 0d80d2d commit a1bfa11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function install_openhd {
install_x20_packages
elif [[ "${OS}" == "raspbian" ]]; then
apt update
install_raspbian_packages
wget https://dl.cloudsmith.io/public/openhd/2-5-evo/deb/raspbian/pool/bullseye/main/o/op/openhd-customcamera_0.1/openhd_customcamera_0.1_armhf.deb
dpkg -i openhd-customcamera_0.1/openhd_customcamera_0.1_armhf.deb
#install_raspbian_packages
elif [[ "${OS}" == "radxa-ubuntu-rock5b" ]] || [[ "${OS}" == "radxa-ubuntu-rock5a" ]] ; then
sudo add-apt-repository -r "deb https://ppa.launchpadcontent.net/jjriek/rockchip/ubuntu jammy main"
apt update
Expand Down

0 comments on commit a1bfa11

Please sign in to comment.