Замена wget на curl

This commit is contained in:
2026-08-29 11:46:13 +03:00
parent 75524d7534
commit d31b9fe35b
+1 -2
View File
@@ -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}"