Skip to content

Commit

Permalink
Update 00-bluefin-cli-brew-firstrun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Jan 23, 2024
1 parent a4e9f4c commit 339e57b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if test "$(id -u)" -gt "0"; then
su-exec root chown -R $UID /home/linuxbrew
printf "${green}[ OK ]${normal}\n"
fi
if test ! -d /usr/local/share/bash-completion/completions
if test ! -d /usr/local/share/bash-completion/completions; then
printf "Setting up Tab-Completions...\t\t\t "
su-exec root mkdir -p /usr/local/share/bash-completion
su-exec root mount --bind /run/host/usr/share/bash-completion /usr/local/share/bash-completion
Expand Down

0 comments on commit 339e57b

Please sign in to comment.