From 365a098d70560ef4e0b81b6da961b7aa9cdd26dc Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:21:59 -0400 Subject: [PATCH] Update Linux dependencies in install script --- scripts/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f6df808..0a86269 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -91,8 +91,10 @@ main() { build-essential pkg-config xclip \ libcairo2 libcairo2-dev \ libgirepository-2.0-dev gir1.2-girepository-2.0 \ + libgirepository1.0-dev \ gobject-introspection \ - gir1.2-gtk-3.0 python3-dev + gir1.2-gtk-3.0 python3-dev \ + libffi-dev libssl-dev elif command -v dnf &> /dev/null; then sudo dnf groupinstall -y "Development Tools" && sudo dnf install -y \ pkg-config cairo cairo-devel xclip \