Votre Nom 1 year ago
parent
commit
8823cb41a5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      options/build_gerbera.sh

+ 3 - 2
options/build_gerbera.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 #!/bin/bash
-Version=3.0
+Version=3.1
 XService=YES
 XService=YES
 function print_centered {
 function print_centered {
      [[ $# == 0 ]] && return 1
      [[ $# == 0 ]] && return 1
@@ -40,8 +40,9 @@ print_centered " / ___/__ ____/ /  ___ _______ _";
 print_centered "/ (_ / -_) __/ _ \/ -_) __/ _ \`/";
 print_centered "/ (_ / -_) __/ _ \/ -_) __/ _ \`/";
 print_centered "\___/\__/_/ /_.__/\__/_/  \_,_/ ";
 print_centered "\___/\__/_/ /_.__/\__/_/  \_,_/ ";
 print_centered "                                ";
 print_centered "                                ";
-echo -n "$(tput sgr0)"
+echo -n "$(tput setaf 11)"
 print_centered "Gerbera UPNP installation script v$Version"
 print_centered "Gerbera UPNP installation script v$Version"
+echo -n "$(tput sgr0)"
 echo ""
 echo ""
 sleep 3
 sleep 3
 }
 }