From c80495eca66491f08bc187223405b547c8b92515 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 19 Jul 2025 14:21:24 -0400 Subject: [PATCH] fix linux dependencies --- scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index cf8155e..d697326 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -90,7 +90,8 @@ main() { sudo apt-get update && sudo apt-get install -y \ build-essential pkg-config xclip \ libcairo2 libcairo2-dev \ - libgirepository-1.0-dev gobject-introspection \ + libgirepository-2.0-dev gir1.2-girepository-2.0 \ + gobject-introspection \ gir1.2-gtk-3.0 python3-dev elif command -v dnf &> /dev/null; then sudo dnf groupinstall -y "Development Tools" && sudo dnf install -y \