Skip to content

Instantly share code, notes, and snippets.

View Ninefrm's full-sized avatar
🏠
Working from home

Maximiliano Fonseca Ninefrm

🏠
Working from home
View GitHub Profile
@Ninefrm
Ninefrm / python_on_iphone.sh
Created June 5, 2021 16:09 — forked from AlecSchneider/python_on_iphone.sh
How to install apk and Python on your iPhone using the iSH Shell
cd
# you can do this all in one command
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.6-r0.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
apk add python