1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Ensure script continues even if 'library' is not installed

This commit is contained in:
Blondel MONDESIR 2024-12-15 21:20:52 -05:00 committed by GitHub
parent ad57789c65
commit 577a8f171f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@
pipx uninstall xklb
fi
echo -e "\e[4mNow running: pipx uninstall library # THIS ALSO UNINSTALLS yt-dlp\e[0m\n"
pipx uninstall library
pipx uninstall library || true
echo -e "\n\e[4mNow running: pipx install library # THIS ALSO INSTALLS yt-dlp\e[0m\n"
pipx install library
echo -e "\n\e[4mNow running: yt-dlp --version\e[0m\n"