Skip to content

Commit

Permalink
chore: Remove sunshine-fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Dec 27, 2024
1 parent 9e2ef49 commit efd4fdf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ setup-sunshine ACTION="":
OPTION=$(Choose "Enable" "Disable")
fi
if [[ "${OPTION,,}" =~ ^enable ]]; then
systemctl enable sunshine-workaround.service
systemctl enable --user --now sunshine.service
elif [[ "${OPTION,,}" =~ ^(remove|uninstall|disable) ]]; then
systemctl disable sunshine-workaround.service
systemctl disable --user --now sunshine.service
fi
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ setup-virtualization ACTION="":
CPU_VENDOR=$(grep "vendor_id" "/proc/cpuinfo" | uniq | awk -F": " '{ print $2 }')
VENDOR_KARG="unset"
if [[ ${VIRT_TEST} == *kvm.report_ignored_msrs* ]]; then
echo 'add_drivers+=" vfio vfio_iommu_type1 vfio-pci "' | sudo tee /etc/dracut.conf.d/vfio.conf
rpm-ostree initramfs --enable
if [[ ${CPU_VENDOR} == "AuthenticAMD" ]]; then
VENDOR_KARG="amd_iommu=on"
elif [[ ${CPU_VENDOR} == "GenuineIntel" ]]; then
Expand Down

0 comments on commit efd4fdf

Please sign in to comment.