浏览代码

For the preservation of sanity while debugging the mesh client

Bob Mottram 9 年前
父节点
当前提交
73e64ea003
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5
    2
      src/freedombone-image-customise

+ 5
- 2
src/freedombone-image-customise 查看文件

705
     # to provide notifications
705
     # to provide notifications
706
     chroot "$rootdir" apt-get -y install libnotify-bin
706
     chroot "$rootdir" apt-get -y install libnotify-bin
707
 
707
 
708
-	# for video/audio
708
+    # for video/audio
709
     chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev v4l-utils
709
     chroot "$rootdir" apt-get -y install libtheora-bin libvorbis-dev v4l-utils
710
-	
710
+
711
+    # a sane editor
712
+    chroot "$rootdir" apt-get -y install emacs24
713
+
711
     # Produce a text file on the desktop listing users on the mesh
714
     # Produce a text file on the desktop listing users on the mesh
712
     cat <<EOF > $rootdir/usr/bin/list-tox-users
715
     cat <<EOF > $rootdir/usr/bin/list-tox-users
713
 #!/bin/bash
716
 #!/bin/bash