mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Move to the front and wrap in a no-op for when its there
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
echo "Install swayOSD to show volume status"
|
||||
yay -S --noconfirm --needed swayosd
|
5
migrations/1753138691.sh
Normal file
5
migrations/1753138691.sh
Normal 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
|
Reference in New Issue
Block a user