Skip to content

Instantly share code, notes, and snippets.

@o-az
Last active March 29, 2025 11:27
Show Gist options
  • Save o-az/38eb5f55aa1cf5903ffe515c61d66790 to your computer and use it in GitHub Desktop.
Save o-az/38eb5f55aa1cf5903ffe515c61d66790 to your computer and use it in GitHub Desktop.
Setup iSH app
echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories
apk update && apk upgrade

restart app

apk add --update curl git bat jq wget tree
# whatever else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment