From ea93abbd73ecb0afe7146d23cc0db5e570bf6965 Mon Sep 17 00:00:00 2001 From: Yossi Date: Thu, 26 Jan 2017 10:12:43 +0200 Subject: [PATCH] cleanup --- stage2/01-sys-tweaks/01-run.sh | 6 +----- stage2/03-dride/00-run.sh | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index bd84a62..2d8f6f9 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -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 diff --git a/stage2/03-dride/00-run.sh b/stage2/03-dride/00-run.sh index ba14d73..8ee313e 100755 --- a/stage2/03-dride/00-run.sh +++ b/stage2/03-dride/00-run.sh @@ -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