Skip to content

Commit 6c6e2ff

Browse files
authored
fake nvd
1 parent 1d1dbff commit 6c6e2ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cachyos.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
{
@@ -55,4 +59,4 @@
5559
##End
5660
set +x
5761
popd >/dev/null 2>&1
58-
#-------------------------------------------------------#
62+
#-------------------------------------------------------#

0 commit comments

Comments
 (0)