Browse Source

Might not be necessary to install the tox repo

Bob Mottram 7 years ago
parent
commit
3b7ad6b406
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

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

1256
     chroot "$rootdir" /bin/chown -R ${MY_USERNAME}:${MY_USERNAME} /home/${MY_USERNAME}/help
1256
     chroot "$rootdir" /bin/chown -R ${MY_USERNAME}:${MY_USERNAME} /home/${MY_USERNAME}/help
1257
 
1257
 
1258
     # Tox user interface
1258
     # Tox user interface
1259
-    enable_tox_repo
1259
+    #enable_tox_repo
1260
     mesh_tox_qtox
1260
     mesh_tox_qtox
1261
     # copy the default qtox ini file
1261
     # copy the default qtox ini file
1262
     if [ ! -d ${rootdir}/home/${MY_USERNAME}/.config/tox ]; then
1262
     if [ ! -d ${rootdir}/home/${MY_USERNAME}/.config/tox ]; then