Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: added unzip for building vgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 7, 2023
1 parent 923d8ba commit 97aacc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/vgpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NVIDIA_VERSION="535.104"
ZIP_NAME="NVIDIA-GRID-Linux-KVM-${NVIDIA_VERSION}.06-535.104.05-537.13.zip"

rpm-ostree install "https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm" "https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm" "https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-$(rpm -E %fedora)-1.noarch.rpm"
rpm-ostree install wget p7zip p7zip-plugins mscompress osslsigncode git kernel-devel
rpm-ostree install wget p7zip p7zip-plugins mscompress osslsigncode git kernel-devel unzip

git clone --recursive https://github.com/VGPU-Community-Drivers/vGPU-Unlock-patcher.git -b ${NVIDIA_VERSION}

Expand Down

0 comments on commit 97aacc4

Please sign in to comment.