ish (iOS)
Installing Alpine Linux apk Package Manager
apk Package Managerwget -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 && rmdir sbin 2> /dev/nullMounting Filesystem
mkdir mnt
mount -t ios . mnt select any location
Mounting an iOS Files location into ish
ishThe following example mounts the location you specify, in the iOS Files popup that happens after the conmand is run. It places that location in the filez directory as specified.
mount -t ios filez /mntUsing clipboard (when "paste" button isn't working)
This will put clipboard contents to stdout.
cat /dev/clipboard
# save clipboard to a file
cat /dev/clipboard > file.txtUsing main apk repositories instead of ish repos
apk repositories instead of ish reposNow you can add current version of neovim for example:
Changing Default Shell
Now you can run chsh and type in the default shell
Last updated
Was this helpful?