might work now..

This commit is contained in:
pika 2025-05-25 13:01:10 +02:00
parent badba29a10
commit 02072ce58b

9
ly.sh
View file

@ -205,7 +205,7 @@
return 69
fi
cd ly || echo-error "cannot cd into ly" && exit 69
cd ly || echo-error "cannot cd into ly"
}
build-ly() {
@ -248,12 +248,13 @@
get-zig
fi
if get-ly; then
if build-ly; then
get-ly
build-ly
if command_exists ly; then
line
check "Installed ly successfully!"
fi
fi
;;
*)
echo "$distro is not supported by this script!"