diff --git a/config/scripts/vgpu.sh b/config/scripts/vgpu.sh index 1c9cdf8a63..7df6e851a1 100755 --- a/config/scripts/vgpu.sh +++ b/config/scripts/vgpu.sh @@ -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" \ No newline at end of file +rm -rf ${VGPU_FOLDER} \ No newline at end of file