wareck 1 year ago
parent
commit
c87b987b6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_cube.sh

+ 1 - 1
build_cube.sh

@@ -3,7 +3,7 @@ set -e
 Version=15.1
 Cuda=NO
 kernel_custom=YES
-Webmin="webmin-2.100"
+Webmin="webmin-2.101"
 kernel_dkms="5.15.0-71-generic"
 if (( $EUID != 0 )); then
    echo -e "$(tput setaf 11)This must be run as root. Try 'sudo $0'.$(tput sgr0)"