Ignore errors during ytmdesktop installation

This commit is contained in:
Manuel Thalmann 2024-03-06 09:49:46 +01:00
parent ad83644a37
commit 22f564b9ff

View file

@ -6,7 +6,8 @@ yay --noconfirm -Syu electron13-bin;
yes | pipenv run --python 3.10 -- \
yay --noconfirm -Syu \
ytmdesktop;
ytmdesktop \
|| true;
popd > /dev/null;
rm -rf "$contextRoot";