|
@@ -1,6 +1,6 @@
|
|
|
#!/bin/bash
|
|
|
set -e
|
|
|
-Version=17.8
|
|
|
+Version=17.9
|
|
|
Cuda=YES
|
|
|
kernel_custom=YES
|
|
|
Webmin="webmin-2.105"
|
|
@@ -201,10 +201,11 @@ YES)
|
|
|
#wget -c https://developer.download.nvidia.com/compute/cuda/12.2.2/local_installers/cuda_12.2.2_535.104.05_linux.run
|
|
|
|
|
|
#megadown https://mega.nz/file/u9h1wbYL#QuHtEpCErWXDFjjMVFTK9QzcAI5SrsgTMbx6DfFJT2k
|
|
|
- wget https://developer.download.nvidia.com/compute/cuda/12.3.0/local_installers/cuda_12.3.0_545.23.06_linux.run
|
|
|
- chmod +x cuda_12.3.0_545.23.06_linux.run
|
|
|
- sudo ./cuda_12.3.0_545.23.06_linux.run --silent --driver --toolkit
|
|
|
- sudo rm cuda_12.3.0_545.23.06_linux.run
|
|
|
+ #wget https://developer.download.nvidia.com/compute/cuda/12.3.0/local_installers/cuda_12.3.0_545.23.06_linux.run
|
|
|
+ wget https://developer.download.nvidia.com/compute/cuda/12.3.1/local_installers/cuda_12.3.1_545.23.08_linux.run
|
|
|
+ chmod +x cuda_12.3.1_545.23.08_linux.run
|
|
|
+ sudo ./cuda_12.3.1_545.23.08_linux.run --silent --driver --toolkit
|
|
|
+ sudo rm cuda_12.3.1_545.23.08_linux.run
|
|
|
touch /home/wareck/.pass2
|
|
|
decompte_
|
|
|
;;
|
|
@@ -542,7 +543,7 @@ UUID=1df72b63-fca0-45c6-992c-3e2532d5591a /media/Store ext4 auto,nofail,noatime,
|
|
|
#btrfs temporary drives
|
|
|
#UUID=98f4077f-36da-42de-b322-8c58aec550a7 /nvme0 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
|
|
|
#UUID=1181ac83-b8c5-404a-97fa-b23ceb1addc5 /nvme1 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
|
|
|
-/dev/dm-0 /raid xfs auto,nofail,noatime,nodiratime,rw,user 0 0
|
|
|
+/dev/md0 /raid btrfs auto,nofail,noatime,nodiratime,rw,user 0 0
|
|
|
#/dev/plant/fast /nvme0 btrfs ssd,nodatasum,nobarrier,nodatacow,discard=async,noatime
|
|
|
#Chia drive
|
|
|
UUID=77a593df-1bdb-4012-8c9e-ce50864b464d /farm/farm0 ext4 auto,nofail,noatime,nodiratime,rw,user 0 0
|