Skip to content

Instantly share code, notes, and snippets.

@leoplan2
Created October 23, 2020 16:40
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoplan2/284fb547653e63c9c8872d8a7562947e to your computer and use it in GitHub Desktop.
Save leoplan2/284fb547653e63c9c8872d8a7562947e to your computer and use it in GitHub Desktop.
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
@leoplan2
Copy link
Author

leoplan2 commented Oct 23, 2020

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!

@tdagtundra
Copy link

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