1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/anbox/anbox.post-install
Antoine Fontaine aeaacb0142 testing/anbox: move android image location
this allows removing /var/lib/anbox while anbox is stopped to do
a "factory reset"
2020-04-03 07:57:49 +00:00

11 lines
314 B
Bash

#!/bin/sh
cat <<EOT
Anbox needs an adapted android image installed to /usr/share/anbox/android.img.
You can build one using the instructions here:
https://github.com/anbox/anbox/blob/master/docs/build-android.md.
Alternatively, you can use a prebuilt one by upstream:
https://build.anbox.io/android-images/
EOT