Skip to content

Instantly share code, notes, and snippets.

@booyaa
Last active February 12, 2019 20:05
Show Gist options
  • Save booyaa/7a9cd67e0cb13a7d22ed2d50d36f4a3f to your computer and use it in GitHub Desktop.
Save booyaa/7a9cd67e0cb13a7d22ed2d50d36f4a3f to your computer and use it in GitHub Desktop.
My iSH bootstrapping script

My iSH bootstrapping script

iSH is a Linux shell for iOS (no rly).

Usage

curl -LsSf http://bit.ly/setupish | sh

This 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment