|
@@ -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
|
##############################################################################
|