Skip to content

Commit

Permalink
fix: use bash-completion2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh authored Sep 8, 2024
1 parent 7e16776 commit 2503ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installations/__default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean() {
}

install() {
local PACKAGES=("bash" "bash-completion" "make" "grep" "htop" "openssl" "curl" "ncdu" "jq" "pv")
local PACKAGES=("bash" "bash-completion@2" "make" "grep" "htop" "openssl" "curl" "ncdu" "jq" "pv")

if [[ ${OSTYPE} =~ ^darwin ]]; then
cat >"${HOME}/.bash_profile" <<END_OF_BASH_PROFILE
Expand Down

0 comments on commit 2503ea3

Please sign in to comment.