mirror of
https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
synced 2025-12-29 03:23:00 +03:00
'jq check
This commit is contained in:
@@ -19,6 +19,11 @@ if ! which wget > /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! which jq > /dev/null; then
|
||||
printf '\033[1mjq\033[0m package must be installed to run this script\n'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
readonly SCRIPT_PATH=$(dirname $(readlink -f $0))
|
||||
readonly INSTALL_PATH="/root/.scripts"
|
||||
readonly USER_NAME="$(logname)"
|
||||
|
||||
Reference in New Issue
Block a user