From 75812b4409b0538ce7d0dcbd3ac94abdc6a3c542 Mon Sep 17 00:00:00 2001 From: enirts31 Date: Tue, 13 May 2025 09:34:47 -0400 Subject: [PATCH] Update ct/backrest.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- ct/backrest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/backrest.sh b/ct/backrest.sh index 886751c..5eee8e8 100644 --- a/ct/backrest.sh +++ b/ct/backrest.sh @@ -35,7 +35,7 @@ function update_script() { msg_info "Updating ${APP} to ${RELEASE}" cd /opt/backrest/bin - curl -fsSL "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_x86_64.tar.gz" -o $(basename "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_x86_64.tar.gz") + curl -fsSL "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_x86_64.tar.gz" -o "backrest_Linux_x86_64.tar.gz" tar -xzf backrest_Linux_x86_64.tar.gz rm -rf backrest_Linux_x86_64.tar.gz rm -f install.sh uninstall.sh