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 6c6e2ff commit 80e16a0Copy full SHA for 80e16a0
debian.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
{
@@ -57,4 +61,4 @@
57
61
##End
58
62
set +x
59
63
popd >/dev/null 2>&1
60
-#-------------------------------------------------------#
64
+#-------------------------------------------------------#
0 commit comments