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 d3af978 commit fcd4527Copy full SHA for fcd4527
1 file changed
build.sh
@@ -99,7 +99,7 @@ ofn="nvidia-kmod-${ARCH}-${NVIDIA_RELEASE}-${NVIDIA_RELEASE_REL}.tar.gz"
99
if [ ! -f "$ofn" ]; then
100
echo "Downloading open source NVIDIA driver for release $NVIDIA_RELEASE"
101
curl -L -o nvidia-kmod-${ARCH}-${NVIDIA_RELEASE}-${NVIDIA_RELEASE_REL}.tar.gz\
102
- https://github.com/bazzite-org/open-gpu-kernel-modules/archive/refs/tags/${NVIDIA_RELEASE}-${NVIDIA_RELEASE_REL}.tar.gz
+ https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${NVIDIA_RELEASE}.tar.gz
103
fi
104
105
#
@@ -166,4 +166,4 @@ rpmbuild \
166
-ba kernel.spec &
167
168
trap 'pkill --signal=SIGKILL -P $$; exit 130' INT
169
-wait
+wait
0 commit comments