Created
October 23, 2020 16:40
-
-
Save leoplan2/284fb547653e63c9c8872d8a7562947e to your computer and use it in GitHub Desktop.
Install apk on iSH (App Store version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
There’s a lot of bugs when I’m trying to install apk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!