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 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,12 +248,13 @@
get-zig get-zig
fi fi
if get-ly; then get-ly
if build-ly; then build-ly
if command_exists ly; then
line line
check "Installed ly successfully!" check "Installed ly successfully!"
fi fi
fi
;; ;;
*) *)
echo "$distro is not supported by this script!" echo "$distro is not supported by this script!"