mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Remove grep step
This commit is contained in:
parent
58c5e8e71f
commit
7f37ccd8db
1 changed files with 2 additions and 6 deletions
|
@ -63,12 +63,8 @@
|
|||
echo -e "\e[4mOlder version 'xklb' detected. Now running: pipx uninstall xklb\e[0m"
|
||||
pipx uninstall xklb
|
||||
fi
|
||||
if pipx list | grep -q 'library'; then
|
||||
echo -e "\e[4mNow running: pipx uninstall library # THIS ALSO UNINSTALLS yt-dlp\e[0m\n"
|
||||
pipx uninstall library
|
||||
else
|
||||
echo -e "\e[4m'library' not found. Skipping uninstall.\e[0m\n"
|
||||
fi
|
||||
echo -e "\e[4mNow running: pipx uninstall library # THIS ALSO UNINSTALLS yt-dlp\e[0m\n"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue