From d31b9fe35b1f20f6f502b93464688d4ca699b71f Mon Sep 17 00:00:00 2001 From: yaprodunov Date: Sat, 29 Aug 2026 11:46:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20wget=20?= =?UTF-8?q?=D0=BD=D0=B0=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_update_lsp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_update_lsp.sh b/custom_update_lsp.sh index d264b7a..16de9ca 100644 --- a/custom_update_lsp.sh +++ b/custom_update_lsp.sh @@ -334,8 +334,7 @@ stage2_install_security() { fi echo -e "${BLUE} Установка SecretNet...${RESET}" - # shellcheck disable=SC2086 - wget --output-file=/tmp/secretnet_1.12-4844.astra1.7_amd64.deb http://$mgmt_server/SN/secretnet_1.12-4844.astra1.7_amd64.deb + curl -o /tmp/secretnet_1.12-4844.astra1.7_amd64.deb "http://$mgmt_server/SN/secretnet_1.12-4844.astra1.7_amd64.deb" apt install -y /tmp/secretnet_1.12-4844.astra1.7_amd64.deb echo -e "${BLUE} Установка SecretNet выполнена${RESET}"