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 return 69
fi fi
cd ly || echo-error "cannot cd into ly" && exit 69 cd ly || echo-error "cannot cd into ly"
} }
build-ly() { build-ly() {
@ -248,11 +248,12 @@
get-zig get-zig
fi fi
if get-ly; then get-ly
if build-ly; then build-ly
line
check "Installed ly successfully!" if command_exists ly; then
fi line
check "Installed ly successfully!"
fi fi
;; ;;
*) *)