This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # This script can be used to install the AWS CLI in $HOME/.local/ rather than global | |
| # Why? Because then we don't have to keep using sudo needlessly. | |
| # | |
| # It creates a choices.xml which the pkg installer uses to select the correct path. | |
| # The binaries are then linked to the $HOME/.local/bin folder - make sure this is in your $PATH | |
| # |
OlderNewer