tracelabs / tlosint-live

Trace Labs OSINT Linux Distribution based on Kali.
https://www.tracelabs.org/initiatives/osint-vm
680 stars 111 forks source link

updater-current.sh errors #153

Open x0341 opened 2 years ago

x0341 commented 2 years ago

Describe the bug bad parameters in pip

To Reproduce run updated-current.sh

pip install --updgrade yt-dlp and pip install --updgrade youtube-dl

are wrong

Expected behavior pip should upgrade the packages

Screenshots

Desktop (please complete the following information):

Additional context see

tput setaf 5;echo "[+] Updating yt-dlp..." { pip install --updgrade yt-dlp } tput setaf 2;echo "[+] Done."

tput setaf 5;echo "[+] Updating youtube-dl..." { pip install --updgrade youtube-dl } tput setaf 2;echo "[+] Done."