tlosint-live icon indicating copy to clipboard operation
tlosint-live copied to clipboard

updater-current.sh errors

Open x0341 opened this issue 2 years ago • 0 comments

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):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

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."

x0341 avatar Nov 01 '22 10:11 x0341