Замена wget на curl
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user