gruntwork-installer icon indicating copy to clipboard operation
gruntwork-installer copied to clipboard

A script to make it easy to install Gruntwork Modules

Results 13 gruntwork-installer issues
Sort by recently updated
recently updated
newest added

A typical gruntwork-installer configuration in `circle.yml` looks like this: ``` ... - curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version "v0.0.14" - gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.3.8" - gruntwork-install...

**Describe the solution you'd like** The bootstrap script is hardcoded to install binaries into `/usr/local/bin`, and to download user-data into `/etc/user-data`. This prevents running this script without root permissions, even...

enhancement

Gruntwork installer needs to install an updated version of fetch. It is also possible that fetch will need to be patched after gruntwork install is installing the updated version. I...

enhancement