|
@@ -1265,10 +1265,10 @@ function image_preinstall_repos {
|
1265
|
1265
|
git clone $RSS_READER_REPO $rootdir/repos/rss
|
1266
|
1266
|
git clone $RSS_MOBILE_READER_REPO $rootdir/repos/rss-mobile
|
1267
|
1267
|
git clone $SEARX_REPO $rootdir/repos/searx
|
1268
|
|
- git clone $TOXCORE_REPO $rootdir/repos/toxcore
|
1269
|
|
- git clone $TOXID_REPO $rootdir/repos/toxid
|
1270
|
|
- git clone $TOXIC_REPO $rootdir/repos/toxic
|
1271
|
|
- git clone $QTOX_REPO $rootdir/repos/qtox
|
|
1268
|
+ #git clone $TOXCORE_REPO $rootdir/repos/toxcore
|
|
1269
|
+ #git clone $TOXID_REPO $rootdir/repos/toxid
|
|
1270
|
+ #git clone $TOXIC_REPO $rootdir/repos/toxic
|
|
1271
|
+ #git clone $QTOX_REPO $rootdir/repos/qtox
|
1272
|
1272
|
git clone $TURTL_REPO $rootdir/repos/turtl
|
1273
|
1273
|
#git clone $ZERONET_REPO $rootdir/repos/zeronet
|
1274
|
1274
|
}
|