mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Make migrations faster to skip if they've already been run
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
echo "Replace wofi with walker as the default launcher"
|
||||
|
||||
if [[ ! -d ~/.config/walker ]]; then
|
||||
if ! command -v walker &>/dev/null; then
|
||||
yay -Sy --noconfirm --needed walker-bin libqalculate
|
||||
|
||||
yay -Rns --noconfirm wofi
|
||||
|
Reference in New Issue
Block a user