wareck 1 year ago
parent
commit
f830ec58a0
4 changed files with 5 additions and 5 deletions
  1. 2 2
      build_cube.sh
  2. 1 1
      options/chia.sh
  3. 1 1
      options/flexfarmer.sh
  4. 1 1
      options/watchdog.sh

+ 2 - 2
build_cube.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
-Version=14.9
-Cuda=YES
+Version=15.0
+Cuda=NO
 kernel_custom=YES
 Webmin="webmin-2.021"
 kernel_dkms="5.15.0-71-generic"

+ 1 - 1
options/chia.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 Gui=No #can be Yes No or Only
-Version=4.2
+Version=4.3
 MadMax=Yes
 GigaHorse=Yes
 BladeBit=Yes

+ 1 - 1
options/flexfarmer.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-version=2
+version=2.1
 function print_centered {
      [[ $# == 0 ]] && return 1
 

+ 1 - 1
options/watchdog.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-version=1.2
+version=1.3
 if [ -z $1 ];then mode="0";else mode="1";fi
 
 function print_centered {