소스 검색

Restore tox repos

Bob Mottram 8 년 전
부모
커밋
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
 ##############################################################################