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 b704e09 commit b69921fCopy full SHA for b69921f
archlinux.sh
@@ -24,6 +24,8 @@
24
echo -e "\n[-] FATAL: Failed to Fetch RootFS"
25
exit 1
26
fi
27
+##Fake Nvidia Driver
28
+ curl -qfsSL "https://github.com/VHSgunzo/runimage-fake-nvidia-driver/raw/refs/heads/main/fake-nvidia-driver.tar" | tar -xvf- -C "${RIM_ROOTFS}"
29
##Base Deps
30
build_image()
31
{
@@ -55,4 +57,4 @@
55
57
##End
56
58
set +x
59
popd >/dev/null 2>&1
-#-------------------------------------------------------#
60
+#-------------------------------------------------------#
0 commit comments