Add git to the packages installed

pull/155/head
Yossi 2017-01-24 16:30:32 +02:00
parent 1ffce90c3e
commit 272e8091e4
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ sudo apt-get update -y
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