浏览代码

Restore tox repos

Bob Mottram 7 年前
父节点
当前提交
01e8e2dee0
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      src/freedombone-image-customise

+ 4
- 4
src/freedombone-image-customise 查看文件

@@ -1286,12 +1286,12 @@ function image_preinstall_repos {
1286 1286
     git clone $RSS_READER_REPO $rootdir/repos/rss
1287 1287
     git clone $RSS_MOBILE_READER_REPO $rootdir/repos/rss-mobile
1288 1288
     git clone $SEARX_REPO $rootdir/repos/searx
1289
-    #git clone $TOXCORE_REPO $rootdir/repos/toxcore
1290
-    #git clone $TOXID_REPO $rootdir/repos/toxid
1291
-    #git clone $TOXIC_REPO $rootdir/repos/toxic
1292
-    #git clone $QTOX_REPO $rootdir/repos/qtox
1289
+    git clone $TOXCORE_REPO $rootdir/repos/toxcore
1290
+    git clone $TOXID_REPO $rootdir/repos/toxid
1291
+    git clone $TOXIC_REPO $rootdir/repos/toxic
1293 1292
     git clone $TURTL_REPO $rootdir/repos/turtl
1294 1293
     #git clone $ZERONET_REPO $rootdir/repos/zeronet
1294
+    #git clone $QTOX_REPO $rootdir/repos/qtox
1295 1295
 }
1296 1296
 
1297 1297
 ##############################################################################