Files
omarchy/migrations/1751821819.sh

6 lines
130 B
Bash
Raw Normal View History

2025-07-06 19:11:34 +02:00
echo "Install bash-completion"
if ! pacman -Q bash-completion &>/dev/null; then
yay -S --noconfirm --needed bash-completion
fi