For the preservation of sanity while debugging the mesh client

This commit is contained in:
Bob Mottram 2016-08-22 19:57:45 +01:00
parent f021282fa6
commit 73e64ea003
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 5 additions and 2 deletions

View File

@ -705,9 +705,12 @@ function configure_user_interface {
# to provide notifications # to provide notifications
chroot "$rootdir" apt-get -y install libnotify-bin 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 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 # Produce a text file on the desktop listing users on the mesh
cat <<EOF > $rootdir/usr/bin/list-tox-users cat <<EOF > $rootdir/usr/bin/list-tox-users
#!/bin/bash #!/bin/bash