From 4a2300310be50e45f6485fc9e3f780e87a5df425 Mon Sep 17 00:00:00 2001 From: KingKrouch <64479044+KingKrouch@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:05:57 -0500 Subject: [PATCH] Add Nobara to build.sh's Fedora section This change is due to MangoHUD's dependency checks getting confused due to not recognizing the distribution. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b6f5332a..cca1e628 100755 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ dependencies() { dep_install break ;; - *fedora*) + *fedora*|*nobara*) MANAGER_QUERY="dnf list installed" MANAGER_INSTALL="dnf install" DEPS="{meson,gcc,gcc-c++,libX11-devel,glslang,python3-mako,mesa-libGL-devel,libXNVCtrl-devel,dbus-devel}"