From 81dd7332c724d5f619f730a889d28fd8977c40d3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Aug 2022 22:39:08 +0200 Subject: [PATCH] Feature: Manual and auto classpath option - Fixing url in install file --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 3337a1a..8019de4 100755 --- a/install +++ b/install @@ -35,7 +35,7 @@ THIS_PLATFORM=$(get_this_platform) function get_latest_warp_link() { local this_platform=$1 local info - info=$(curl -fsSL https://git.kirby-link.dd-dns.de/api/v1/repos/public/warp/releases?draft=false&pre-release=false) + info=$(curl -fsSL https://git.kirby-link.dd-dns.de/api/v1/repos/public/warp/releases) if [[ $? != 0 ]]; then echo "Error: Failed to get information about releases" >&2 fail