Ignore errors during ytmdesktop
installation
This commit is contained in:
parent
ad83644a37
commit
22f564b9ff
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ yay --noconfirm -Syu electron13-bin;
|
||||||
|
|
||||||
yes | pipenv run --python 3.10 -- \
|
yes | pipenv run --python 3.10 -- \
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
ytmdesktop;
|
ytmdesktop \
|
||||||
|
|| true;
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
rm -rf "$contextRoot";
|
rm -rf "$contextRoot";
|
||||||
|
|
Loading…
Reference in a new issue