For the preservation of sanity while debugging the mesh client
This commit is contained in:
parent
f021282fa6
commit
73e64ea003
|
@ -705,9 +705,12 @@ function configure_user_interface {
|
|||
# to provide notifications
|
||||
chroot "$rootdir" apt-get -y install libnotify-bin
|
||||
|
||||
# for video/audio
|
||||
# for video/audio
|
||||
chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev v4l-utils
|
||||
|
||||
|
||||
# a sane editor
|
||||
chroot "$rootdir" apt-get -y install emacs24
|
||||
|
||||
# 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