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