From b50104df7139b2d5e8add87ede280399b34beba6 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Tue, 5 Mar 2024 13:20:07 +0100 Subject: [PATCH] fix: remove the 'v' prefix for releases --- public/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install b/public/install index 50989d5a..90b2c784 100644 --- a/public/install +++ b/public/install @@ -39,7 +39,7 @@ fi version="$(curl -s -L https://jumppad.dev/latest)" binary="jumppad_${version}_${JUMPPAD_OS}_${JUMPPAD_ARCH}.${JUMPPAD_EXT}" -repo="https://github.com/jumppad-labs/jumppad/releases/download/v${version}" +repo="https://github.com/jumppad-labs/jumppad/releases/download/${version}" echo "Downloading $repo/$binary" rm -f /tmp/jumppad.${JUMPPAD_EXT}