From 8953a47e45a58bbe03c2830d210719e3dc97bbc6 Mon Sep 17 00:00:00 2001 From: Yossi Date: Sat, 28 Apr 2018 16:57:48 +0300 Subject: [PATCH] raspivid compile --- stage2/06-dride-base/00-run.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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