diff --git a/installer.sh b/installer.sh index 82c1d0a..10328a6 100644 --- a/installer.sh +++ b/installer.sh @@ -4,8 +4,8 @@ set -eu install() { BINARY_NAME="crib" - VERSION="latest" - BIN_URL="https://git.syedm.dev/SyedM-dev/crib/releases/download/$VERSION/crib-linux-x86_64" + VERSION="v0.0.1-alpha" + BIN_URL="https://git.syedm.dev/SyedM-dev/crib/releases/download/$VERSION/crib" ldconfig -p | grep libmagic >/dev/null 2>&1