-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Using Alpine Linux repositories
Ross Smith II edited this page Sep 8, 2021
·
43 revisions
The packages in Alpine Linux repositories are more updated than iSH's own repositories and have packages whose size > 512 MB as well. To use it to replace iSH's own repositories, run:
sed -E -e 's/^(.*)$/#\1/' /etc/apk/repositories
echo https://dl-cdn.alpinelinux.org/alpine/v3.14/main >> /etc/apk/repositories
echo https://dl-cdn.alpinelinux.org/alpine/v3.14/community >> /etc/apk/repositoriesNote : https://github.com/ish-app/ish/blob/master/deps/aports/community/x86/index.txt currently points to v3.14. Once this file points to a newer version, the above commands can be updated to match.
Note : The reason why iSH has its own repositories is so that the app is entirely self-contained so that iSH with apk can pass app review. The repositories are a pseudo apk filesystem mounted on /ish/apk that when read, will actually download from App Store as on-demand resources. It also means that Apple can review all packages in iSH's repositories.
- Contributing to iSH Development
- How to add a new Character Device to iSH
- How to add a new entry to /proc/ish
- Fixing hostname localhost
- Running nmap
- Running Ruby Programs
- Installing PHP with a TLS certificate and a PHP filemanager
- Installing R and any package from the CRAN
- iSH Alpine Release Issues
- Using Alpine Linux repositories
- Upgrading to a new release
- Install & Activate Alternate Filesystems