cleanup
This commit is contained in:
parent
68299deb18
commit
ea93abbd73
|
@ -88,9 +88,6 @@ echo "========== Update Aptitude ==========="
|
||||||
echo "========== Installing build-essential ============"
|
echo "========== Installing build-essential ============"
|
||||||
sudo apt-get install build-essential -y
|
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 ============"
|
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
|
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] ============"
|
echo "========== Install Dride-core [Cardigan] ============"
|
||||||
cd /home
|
cd /home
|
||||||
# https://github.com/dride/Cardigan/archive/0.2.zip
|
# https://github.com/dride/Cardigan/archive/0.2.zip
|
||||||
|
@ -158,6 +153,7 @@ sudo ldconfig
|
||||||
cd /
|
cd /
|
||||||
sudo rm opencv-3.1.0.zip
|
sudo rm opencv-3.1.0.zip
|
||||||
|
|
||||||
|
# TODO: Add a test if openCV was installed correctly
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
on_chroot << EOF
|
# on_chroot << EOF
|
||||||
bash -c "$(curl -s https://dride.io/code/install.sh)"
|
# bash -c "$(curl -s https://dride.io/code/install.sh)"
|
||||||
EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user