mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
6 lines
138 B
Bash
6 lines
138 B
Bash
echo "Install bash-completion"
|
|
|
|
if ! pacman -Q bash-completion &>/dev/null; then
|
|
sudo pacman -S --noconfirm --needed bash-completion
|
|
fi
|