postmarketOS
Installing packages on a running phone
- Go to the pmbootstrap packages dir (by default it's
~/.local/var/pmbootstrap/packages
)
- Start a webserver
python3 -m http.server
- Change repository on the phone to point to your dev machine in
/etc/apk/repositories
:
# You can remove this line
/home/user/packages/user
# Add your dev machine, change the ip-address for your network
http://192.168.2.42:8000
https://nl.alpinelinux.org/alpine/edge/main
https://nl.alpinelinux.org/alpine/edge/community
https://nl.alpinelinux.org/alpine/edge/testing
- Upgrade the package you built with
apk upgrade [package name]