Skip to content

Commit

Permalink
fix(nvidia-32bit): Correct package name (ublue-os#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Sep 16, 2023
1 parent d94c197 commit dc380d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvidia-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -ouex pipefail

RELEASE="$(rpm -E %fedora)"

sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-{cisco-openh264,modular,updates-modular}.repo

rpm-ostree install \
Expand All @@ -21,6 +19,6 @@ fi

rpm-ostree install \
xorg-x11-drv-${NVIDIA_PACKAGE_NAME}-{,cuda-,devel-,kmodsrc-,power-}${NVIDIA_FULL_VERSION} \
xorg-x11-drv-${NVIDIA_PACKAGE_NAME}-libs-{,cuda-}${NVIDIA_FULL_VERSION}.fc${RELEASE}.i686 \
xorg-x11-drv-${NVIDIA_PACKAGE_NAME}-libs.i686 \
nvidia-container-toolkit nvidia-vaapi-driver supergfxctl ${VARIANT_PKGS} \
/tmp/akmods-rpms/kmods/kmod-${NVIDIA_PACKAGE_NAME}-${KERNEL_VERSION}-${NVIDIA_AKMOD_VERSION}.fc${RELEASE}.rpm

0 comments on commit dc380d4

Please sign in to comment.