File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setting_up_container
1313network_check
1414update_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
1818msg_info " Configuring Blocky"
1919if systemctl is-active systemd-resolved > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments