Skip to content

Commit e96ea4e

Browse files
authored
Fix release fetching (#7807)
1 parent dfbe5f0 commit e96ea4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/blocky.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function update_script() {
4040
rm -rf /opt/blocky
4141
msg_ok "Removed Old Version"
4242

43-
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_linux_x86_64.tar.gz"
43+
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_Linux_x86_64.tar.gz"
4444

4545
msg_info "Restore Config"
4646
mv /opt/config.yml /opt/blocky/config.yml

install/blocky-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_linux_x86_64.tar.gz"
16+
fetch_and_deploy_gh_release "blocky" "0xERR0R/blocky" "prebuild" "latest" "/opt/blocky" "blocky_*_Linux_x86_64.tar.gz"
1717

1818
msg_info "Configuring Blocky"
1919
if systemctl is-active systemd-resolved >/dev/null 2>&1; then

0 commit comments

Comments
 (0)