diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index db40c46..3c8ce25 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -257,6 +257,12 @@ sudo npm i sudo chmod 0777 bin/main +echo "======== raspivid ==========" +cd /home/core +sudo git clone https://github.com/dride/userland +cd userland +./buildme + echo "========== Setup bluetooth ============" sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y