fix fedora repo issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user