Feature: Manual and auto classpath option
- Fixing url in install file
This commit is contained in:
parent
5ae894e34a
commit
81dd7332c7
2
install
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user