Skip to content

Commit 80e16a0

Browse files
authored
fake nvd
1 parent 6c6e2ff commit 80e16a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

debian.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
echo -e "\n[-] FATAL: Failed to Fetch RootFS"
2525
exit 1
2626
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
2731
##Base Deps
2832
build_image()
2933
{
@@ -57,4 +61,4 @@
5761
##End
5862
set +x
5963
popd >/dev/null 2>&1
60-
#-------------------------------------------------------#
64+
#-------------------------------------------------------#

0 commit comments

Comments
 (0)