diff --git a/scripts/Arch/Software/ytmdesktop/install.sh b/scripts/Arch/Software/ytmdesktop/install.sh index 13aa191f5..da46c188b 100755 --- a/scripts/Arch/Software/ytmdesktop/install.sh +++ b/scripts/Arch/Software/ytmdesktop/install.sh @@ -8,5 +8,5 @@ yes | pipenv run --python 3.10 -- \ yay --noconfirm -Syu \ ytmdesktop; -popd "$contextRoot"; +popd > /dev/null; rm -rf "$contextRoot";