|
@@ -1,5 +1,5 @@
|
|
|
#!/bin/bash
|
|
|
-Version=3.1
|
|
|
+Version=3.3
|
|
|
XService=YES
|
|
|
function print_centered {
|
|
|
[[ $# == 0 ]] && return 1
|
|
@@ -68,7 +68,6 @@ wait $pids
|
|
|
|
|
|
function build_ {
|
|
|
echo -e "$(tput setaf 10)\nBuild Gerbera:$(tput sgr0)"
|
|
|
-
|
|
|
cd ~/Build_Cube/options
|
|
|
if [ ! -d gerbera ]
|
|
|
then
|
|
@@ -76,7 +75,7 @@ then
|
|
|
wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/gerbera-1.12.1.tar.xz
|
|
|
tar xvfJ gerbera-1.12.1.tar.xz
|
|
|
mv gerbera-1.12.1 gerbera
|
|
|
-rm xvfJ gerbera-1.12.1.tar.xz
|
|
|
+rm gerbera-1.12.1.tar.xz
|
|
|
fi
|
|
|
cd ~/Build_Cube/options/gerbera/scripts
|
|
|
sudo ./install-pupnp.sh
|