might work now..

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

13
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,11 +248,12 @@
get-zig
fi
if get-ly; then
if build-ly; then
line
check "Installed ly successfully!"
fi
get-ly
build-ly
if command_exists ly; then
line
check "Installed ly successfully!"
fi
;;
*)