|
@@ -62,9 +62,13 @@ rm -r -f ~/temp
|
|
else
|
|
else
|
|
echo -e "Cmake version O.K\n"
|
|
echo -e "Cmake version O.K\n"
|
|
fi
|
|
fi
|
|
-sleep 2
|
|
|
|
|
|
|
|
|
|
+cd ~/Build_Cube/options
|
|
|
|
+if [ ! -d gerbera ]
|
|
|
|
+then
|
|
git clone https://github.com/gerbera/gerbera.git
|
|
git clone https://github.com/gerbera/gerbera.git
|
|
|
|
+fi
|
|
|
|
+
|
|
cd ~/Build_Cube/options/gerbera/scripts
|
|
cd ~/Build_Cube/options/gerbera/scripts
|
|
sudo ./install-pupnp.sh
|
|
sudo ./install-pupnp.sh
|
|
cd ~/Build_Cube/options/gerbera/scripts
|
|
cd ~/Build_Cube/options/gerbera/scripts
|