test
This commit is contained in:
parent
fb95e8b88c
commit
2b58a57b3d
@ -17,7 +17,9 @@ msg_info "Installing Dependencies"
|
|||||||
#$STD apt-get install -y gnup
|
#$STD apt-get install -y gnup
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PYTHON_VERSION="3.12" setup_uv
|
fetch_and_deploy_gh_release "argus" "release-argus/Argus" "prebuild" "latest" "/opt/argus" "Argus-.*\.linux-amd64"
|
||||||
|
|
||||||
|
#PYTHON_VERSION="3.12" setup_uv
|
||||||
|
|
||||||
#echo -e "fetching healthchecks"
|
#echo -e "fetching healthchecks"
|
||||||
#fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks" "tarball" "latest" "/opt/healthchecks"
|
#fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks" "tarball" "latest" "/opt/healthchecks"
|
||||||
|
@ -854,7 +854,7 @@ function fetch_and_deploy_gh_release() {
|
|||||||
local assets asset_url=""
|
local assets asset_url=""
|
||||||
assets=$(echo "$json" | jq -r '.assets[].browser_download_url')
|
assets=$(echo "$json" | jq -r '.assets[].browser_download_url')
|
||||||
for u in $assets; do
|
for u in $assets; do
|
||||||
if [[ "$u" =~ $pattern || "$u" == *"$pattern" ]]; then
|
if [[ "$u" == *"$pattern"* ]]; then
|
||||||
asset_url="$u"
|
asset_url="$u"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user