Fix fetch method (#10608)

This commit is contained in:
Slaviša Arežina
2026-01-07 08:49:12 +01:00
committed by GitHub
parent d056a0877a
commit e4c382e42c
71 changed files with 71 additions and 71 deletions

View File

@@ -14,7 +14,7 @@ network_check
update_os
NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "cronicle" "jhuckaby/Cronicle"
fetch_and_deploy_gh_release "cronicle" "jhuckaby/Cronicle" "tarball"
msg_info "Configuring Cronicle Primary Server"
IP=$(hostname -I | awk '{print $1}')