Votre Nom 1 year ago
parent
commit
3c92905705
1 changed files with 5 additions and 5 deletions
  1. 5 5
      build_cube.sh

+ 5 - 5
build_cube.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 set -e
 set -e
-Version=12.1
+Version=12.3
 Headless=NO
 Headless=NO
 Cuda=NO
 Cuda=NO
 ZFS=NO
 ZFS=NO
@@ -120,11 +120,11 @@ print_centered " ╚═════╝ ╚═════╝ ╚═════
 echo -n "$(tput sgr0)"
 echo -n "$(tput sgr0)"
 print_centered "Cube Server installation script v$Version"
 print_centered "Cube Server installation script v$Version"
 print_centered "Ubuntu version 20.04"
 print_centered "Ubuntu version 20.04"
-if [ $motherboard="FMA86-extreme4" ]
+if [ $motherboard = "FMA86-extreme4" ]
 then
 then
 print_centered "FMA86-extreme4 $Drivers"
 print_centered "FMA86-extreme4 $Drivers"
 fi
 fi
-if [ $motherboard="GA990xa-ud3" ]
+if [ $motherboard = "GA990xa-ud3" ]
 then
 then
 print_centered "GA990xa-ud3 $Drivers"
 print_centered "GA990xa-ud3 $Drivers"
 fi
 fi
@@ -620,7 +620,7 @@ EOF
 echo "Done."
 echo "Done."
 
 
 echo -e "$(tput setaf 10)\nSensors drivers:$(tput sgr0)"
 echo -e "$(tput setaf 10)\nSensors drivers:$(tput sgr0)"
-if [ $motherboard="FMA86-extreme4" ]
+if [ $motherboard = "FMA86-extreme4" ]
 then
 then
 
 
 if ! grep "nct6775" /etc/modules >/dev/null
 if ! grep "nct6775" /etc/modules >/dev/null
@@ -693,7 +693,7 @@ sudo cp /tmp/sensors3.conf /etc/
 echo "Done."
 echo "Done."
 fi
 fi
 
 
-if [ $motherboard="GA990xa-ud3" ]
+if [ $motherboard = "GA990xa-ud3" ]
 then
 then
 if ! grep "it87" /etc/modules >/dev/null
 if ! grep "it87" /etc/modules >/dev/null
 then
 then