Feature: Manual and auto classpath option

- Fixing url in install file
This commit is contained in:
david 2022-08-11 22:39:08 +02:00
parent 5ae894e34a
commit 81dd7332c7

View File

@ -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