Skip to content

Commit

Permalink
Merge pull request #24 from ublue-os/bketelsen-patch-1
Browse files Browse the repository at this point in the history
fix:  bash script 00-bluefin-cli-brew-firstrun.sh
  • Loading branch information
bketelsen authored Jan 23, 2024
2 parents a4e9f4c + 339e57b commit 1667d87
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 1667d87

Please sign in to comment.