Restore tox repos

This commit is contained in:
Bob Mottram 2017-06-17 14:16:32 +01:00
parent 81e06abc20
commit 01e8e2dee0
1 changed files with 4 additions and 4 deletions

View File

@ -1286,12 +1286,12 @@ function image_preinstall_repos {
git clone $RSS_READER_REPO $rootdir/repos/rss
git clone $RSS_MOBILE_READER_REPO $rootdir/repos/rss-mobile
git clone $SEARX_REPO $rootdir/repos/searx
#git clone $TOXCORE_REPO $rootdir/repos/toxcore
#git clone $TOXID_REPO $rootdir/repos/toxid
#git clone $TOXIC_REPO $rootdir/repos/toxic
#git clone $QTOX_REPO $rootdir/repos/qtox
git clone $TOXCORE_REPO $rootdir/repos/toxcore
git clone $TOXID_REPO $rootdir/repos/toxid
git clone $TOXIC_REPO $rootdir/repos/toxic
git clone $TURTL_REPO $rootdir/repos/turtl
#git clone $ZERONET_REPO $rootdir/repos/zeronet
#git clone $QTOX_REPO $rootdir/repos/qtox
}
##############################################################################