Your Name il y a 1 an
Parent
commit
f43f581fb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.101"
+Webmin="webmin-2.102"
 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)"