BuildTools 2 years ago
parent
commit
736a563a33
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.3
 Cuda=NO
 ZFS=NO
 Drivers=AMD
-Webmin="webmin-1.998"
+Webmin="webmin-1.999"
 
 if (( $EUID != 0 )); then
    echo -e "\n$(tput setaf 5)This must be run as root. Try 'sudo bash $0'.$(tput setaf 7)\n"