Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jun 21, 2018
1 parent d8d8fed commit 4f02753
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions roles/nam/roles/macbook-pro-cli.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ function main()
{
local -r appFolderPath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

# Non-Brew Applications

"${appFolderPath}/../../../cookbooks/aws-cli/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/brew/recipes/uninstall.bash"
"${appFolderPath}/../../../cookbooks/dialog/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/go-lang/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/jq/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/node-js/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/packer/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/parallel/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/shell-check/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/terraform/recipes/install.bash"
"${appFolderPath}/../../../cookbooks/test-ssl/recipes/install.bash"

# Brew Application

"${appFolderPath}/../../../cookbooks/brew/recipes/uninstall.bash"
sudo -u "${SUDO_USER}" "${appFolderPath}/../../../cookbooks/shell-check/recipes/install.bash"
}

main "${@}"

0 comments on commit 4f02753

Please sign in to comment.