Removed wget in favor of curl

This commit is contained in:
2020-10-01 11:40:45 +02:00
parent b73f9b03fb
commit a32dc99e6c
3 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ echo "$1"
##--------------------------##
msg "Starting installer." 8 78
$PKGI curl wget > $OUTPUT 2>&1
$PKGI curl > $OUTPUT 2>&1
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=init osrel=$shortdist bash > $OUTPUT 2>&1