mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2025-12-29 03:23:00 +03:00
replaced wget with curl
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user