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

Commit

Permalink
fix: removed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 7, 2023
1 parent d9eba12 commit 5cc2891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/scripts/vgpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ KERNEL_VERSION="$(rpm -q kernel-devel --queryformat '%{VERSION}-%{RELEASE}.%{ARC
./NVIDIA-Linux-x86_64-535.104.05-merged-vgpu-kvm-patched/nvidia-installer -s --kernel-source-path /usr/src/kernels/"${KERNEL_VERSION}" --no-systemd --dkms

cd ..
rm -rf ${VGPU_FOLDER}
rpm-ostree remove "${DEVELOPMENT_PACKAGES}" "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"
rm -rf ${VGPU_FOLDER}

0 comments on commit 5cc2891

Please sign in to comment.