Skip to content

Commit b69921f

Browse files
authored
add nvd
1 parent b704e09 commit b69921f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

archlinux.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
echo -e "\n[-] FATAL: Failed to Fetch RootFS"
2525
exit 1
2626
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}"
2729
##Base Deps
2830
build_image()
2931
{
@@ -55,4 +57,4 @@
5557
##End
5658
set +x
5759
popd >/dev/null 2>&1
58-
#-------------------------------------------------------#
60+
#-------------------------------------------------------#

0 commit comments

Comments
 (0)