Browse Source

update webmin 2.010

BuildTools 2 years ago
parent
commit
3389441a73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_cube.sh

+ 1 - 1
build_cube.sh

@@ -4,7 +4,7 @@ Version=6.7
 Cuda=NO
 ZFS=NO
 Drivers=AMD
-Webmin="webmin-2.000"
+Webmin="webmin-2.010"
 
 if (( $EUID != 0 )); then
    echo -e "$(tput setaf 9)This must be run as root. Try 'sudo $0'.$(tput setaf 7)"