Move to the front and wrap in a no-op for when its there

This commit is contained in:
David Heinemeier Hansson
2025-07-21 18:59:40 -04:00
parent 790e90515e
commit 9cbe88d43d
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +0,0 @@
echo "Install swayOSD to show volume status"
yay -S --noconfirm --needed swayosd

5
migrations/1753138691.sh Normal file
View File

@ -0,0 +1,5 @@
echo "Install swayOSD to show volume status"
if ! command -v swayosd &>/dev/null; then
yay -S --noconfirm --needed swayosd
fi