Android support to transfer data between phones and mesh clients
This commit is contained in:
parent
dd6941b20d
commit
8a23322ec5
|
@ -730,6 +730,9 @@ function configure_user_interface {
|
|||
# a sane editor
|
||||
chroot "$rootdir" apt-get -y install emacs24
|
||||
|
||||
# android adb to allow phones to be connected and for example transfer photos/documents
|
||||
chroot "$rootdir" apt-get -y install android-tools-adb
|
||||
|
||||
# Produce a text file on the desktop listing users on the mesh
|
||||
cat <<EOF > $rootdir/usr/bin/list-tox-users
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Reference in New Issue