Skip to content

Commit

Permalink
Accepting the fact that there may be no debs.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Oct 5, 2018
1 parent 2919267 commit a4e9924
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ export LC_ALL="en_GB.UTF-8"


echo "~~~~ Install .deb files ~~~~"
cd /opt/deb
dpkg -i *deb
ls /opt/deb/*deb &> /dev/null && dpkg -i /opt/deb/*deb
rm -rf /opt/deb
dpkg -i /root/Bela/resources/stretch/deb/*deb
ls /root/Bela/resources/stretch/deb/*deb &> /dev/null && dpkg -i /root/Bela/resources/stretch/deb/*deb
ldconfig

echo "~~~~ installing bela kernel ~~~~"
Expand Down

0 comments on commit a4e9924

Please sign in to comment.