We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1dbff commit 6c6e2ffCopy full SHA for 6c6e2ff
cachyos.sh
@@ -24,6 +24,10 @@
24
echo -e "\n[-] FATAL: Failed to Fetch RootFS"
25
exit 1
26
fi
27
+##Fake Nvidia Driver
28
+ if [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then
29
+ curl -qfsSL "https://github.com/VHSgunzo/runimage-fake-nvidia-driver/raw/refs/heads/main/fake-nvidia-driver.tar" | tar -xvf- -C "${RIM_ROOTFS}"
30
+ fi
31
##Base Deps
32
build_image()
33
{
@@ -55,4 +59,4 @@
55
59
##End
56
60
set +x
57
61
popd >/dev/null 2>&1
58
-#-------------------------------------------------------#
62
+#-------------------------------------------------------#
0 commit comments