iSH is a Linux shell for iOS (no rly).
curl -LsSf http://bit.ly/setupish | shThis assumes you already have curl installed if not you'll need to do apk add curl.
| #!/bin/bash | |
| apk add python | |
| apk add py2-pip | |
| pip install boto | |
| pip install --upgrade pip | |
| pip install awscli | |
| apk add groff | |
| apk add openssh |