Browse Source

gnome-orca

Bob Mottram 6 years ago
parent
commit
cb2b607eb4
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-image-customise

+ 2
- 1
src/freedombone-image-customise View File

1166
     chroot "$rootdir" apt-get -yq install zenity
1166
     chroot "$rootdir" apt-get -yq install zenity
1167
 
1167
 
1168
     # accessibility
1168
     # accessibility
1169
-    chroot "$rootdir" apt-get -yq install orca festival
1169
+    chroot "$rootdir" apt-get -yq -t stretch-backports install gnome-orca
1170
+    chroot "$rootdir" apt-get -yq install festival
1170
 
1171
 
1171
     # Produce a text file on the desktop listing users on the mesh
1172
     # Produce a text file on the desktop listing users on the mesh
1172
     cat <<EOF > "$rootdir/usr/bin/list-tox-users"
1173
     cat <<EOF > "$rootdir/usr/bin/list-tox-users"