Fix release fetching (#7807)

This commit is contained in:
Slaviša Arežina
2025-09-23 06:59:52 +02:00
committed by GitHub
parent dfbe5f03ce
commit e96ea4eb40
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_linux_x86_64.tar.gz"
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_Linux_x86_64.tar.gz"
msg_info "Configuring Blocky"
if systemctl is-active systemd-resolved >/dev/null 2>&1; then