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}"