Skip to content

Instantly share code, notes, and snippets.

View klaud81's full-sized avatar
🎯
Focusing

klaud klaud81

🎯
Focusing
View GitHub Profile
🌞 Morning 14 commits ██░░░░░░░░░░░░░░░░░░░ 9.9%
🌆 Daytime 41 commits ██████░░░░░░░░░░░░░░░ 29.1%
🌃 Evening 54 commits ████████░░░░░░░░░░░░░ 38.3%
🌙 Night 32 commits ████▊░░░░░░░░░░░░░░░░ 22.7%
@klaud81
klaud81 / ish-apks.txt
Created September 15, 2021 09:41 — forked from andypiper/ish-apks.txt
Setup iSH / Alpine Linux on iPad
# edit the login message
vi /etc/motd
# switch to usable repos - iSH defaults often failed with EOF errors
echo https://dl-cdn.alpinelinux.org/alpine/v3.13/main > /etc/apk/repositories
echo https://dl-cdn.alpinelinux.org/alpine/v3.13/community >> /etc/apk/repositories
# install some basics
apk add zsh bash
apk add sed attr dialog dialog-doc bash bash-doc bash-completion grep grep-doc