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
@AlecSchneider
AlecSchneider / python_on_iphone.sh
Last active May 18, 2024 10:53
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.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
apk add python3