Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit fcd4527

Browse files
authored
Use the upstream nvidia kernel module repo
1 parent d3af978 commit fcd4527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ofn="nvidia-kmod-${ARCH}-${NVIDIA_RELEASE}-${NVIDIA_RELEASE_REL}.tar.gz"
9999
if [ ! -f "$ofn" ]; then
100100
echo "Downloading open source NVIDIA driver for release $NVIDIA_RELEASE"
101101
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
102+
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${NVIDIA_RELEASE}.tar.gz
103103
fi
104104

105105
#
@@ -166,4 +166,4 @@ rpmbuild \
166166
-ba kernel.spec &
167167

168168
trap 'pkill --signal=SIGKILL -P $$; exit 130' INT
169-
wait
169+
wait

0 commit comments

Comments
 (0)