Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 18, 2019
1 parent c2612b0 commit d44766f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install-brew-applications.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function installBrewPackage()

if [[ -f "${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/pre-install.bash" ]]
then
"${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/pre-install.bash"
sudo "${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/pre-install.bash"
fi

# Install
Expand All @@ -65,7 +65,7 @@ function installBrewPackage()

if [[ -f "${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/post-install.bash" ]]
then
"${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/post-install.bash"
sudo "${APP_FOLDER_PATH}/../cookbooks/${packageName}/recipes/post-install.bash"
fi
done
}
Expand Down

0 comments on commit d44766f

Please sign in to comment.