[provisioning] always load brew path

This commit is contained in:
Correl Roush 2018-02-23 16:18:41 -05:00
parent 76a4682809
commit 4c8fca645b

View file

@ -34,7 +34,7 @@ case "$(uname -s)" in
done done
if ! [ -d ~/.linuxbrew ]; then if ! [ -d ~/.linuxbrew ]; then
_run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew _run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
fi fi
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
;; ;;
esac esac