From 22e4d12e3bc76dd2799327ea4661df73b6e9f2d2 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 28 Jan 2026 22:46:14 +0000 Subject: [PATCH] Fix bug --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.sh b/installer.sh index 263e028..13a2439 100644 --- a/installer.sh +++ b/installer.sh @@ -6,6 +6,8 @@ install() { BINARY_NAME="crib" VERSION="v0.0.1-alpha" RUBY_VERSION="3.4" + HAVE_34=0 + HAVE_32=0 if ldconfig -p | grep -q libruby.so.3.4; then HAVE_34=1