fix fedora repo issue

This commit is contained in:
2024-05-12 21:47:20 +02:00
parent 834554fde7
commit 015f37ba21

View File

@@ -95,8 +95,9 @@ function setupRepositories() {
sudo apt update
elif [[ $DISTRO == "fedora" ]]; then
sudo dnf copr enable atim/heroic-games-launcher -y
sudo dnf4 copr enable atim/heroic-games-launcher -y
if grep -q "Rawhide" /etc/fedora-release; then
sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/home:/Maroxy:/AAT-Apps/openSUSE_Tumbleweed/home:Maroxy:AAT-Apps.repo
sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/hardware:/razer/Fedora_Rawhide/hardware:razer.repo -y
sudo dnf in -y 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm' 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm'
else