Install apk on iSH (App Store version)
#!/bin/bash | |
wget http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | |
tar xf apk-tools-static-2.10.5-r1.apk sbin/apk.static | |
./sbin/apk.static add apk-tools | |
# Thanks to https://github.com/ish-app/ish/wiki/Installing-apk-on-the-App-Store-Version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Create a new file in ~: vi install_apk_ish.sh
Copy and paste the contents of this file, and then save (vim command :x!)
Run with sh install_apk_ish.sh
Enjoy!