Remove unnecessary dependency check from calls script
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Amab 2023-01-21 14:15:54 +01:00
parent 8b53295dbb
commit c9f0af7dce
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ USER_AGENT='Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Fir
F_CALLS='calls.csv'
F_TAR_GZ='calls.tar.gz'
F_COOKIES='cookies.txt'
APP=(wget jq csvgrep tar gzip)
APP=(wget jq tar gzip)
function getCookies() {
echo "Getting cookies..."