[Ubuntu] Prepend brew directories to the PATH (#1168)

* prepend

* add comment and move installation

* change toolcache dir in aws-sam script
This commit is contained in:
Mikhail Timofeev
2020-07-07 08:05:14 +03:00
committed by GitHub
parent 9b15040a28
commit c9638062b2
6 changed files with 94 additions and 93 deletions

View File

@@ -8,7 +8,7 @@
echo "Validate the Homebrew can run after reboot"
if ! command -v brew; then
echo "brew cat not run after reboot"
echo "brew executable not found after reboot"
exit 1
fi