pull/155/head
Yossi 2017-01-26 10:12:43 +02:00
parent 68299deb18
commit ea93abbd73
2 changed files with 4 additions and 8 deletions

View File

@ -88,9 +88,6 @@ echo "========== Update Aptitude ==========="
echo "========== Installing build-essential ============"
sudo apt-get install build-essential -y
echo "========== Installing git ============"
sudo apt-get install git -y
echo "========== Installing libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libjasper-dev python2.7-dev ============"
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libjasper-dev python2.7-dev -y
@ -106,8 +103,6 @@ sudo rm /home/node_latest_armhf.deb
# TODO: Add a test if openCV was installed correctly
echo "========== Install Dride-core [Cardigan] ============"
cd /home
# https://github.com/dride/Cardigan/archive/0.2.zip
@ -158,6 +153,7 @@ sudo ldconfig
cd /
sudo rm opencv-3.1.0.zip
# TODO: Add a test if openCV was installed correctly

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
on_chroot << EOF
bash -c "$(curl -s https://dride.io/code/install.sh)"
EOF
# on_chroot << EOF
# bash -c "$(curl -s https://dride.io/code/install.sh)"
# EOF