replaced wget with curl

This commit is contained in:
Maksim Ivanov
2024-05-31 21:27:08 +03:00
parent f6e3f12c53
commit 91a5ccb80e
4 changed files with 20 additions and 14 deletions

View File

@@ -14,8 +14,8 @@ if ! which unzip > /dev/null; then
exit 1
fi
if ! which wget > /dev/null; then
printf '\033[1mwget\033[0m package must be installed to run this script\n'
if ! which curl > /dev/null; then
printf '\033[1mcurl\033[0m package must be installed to run this script\n'
exit 1
fi