This commit is contained in:
Bob Mottram 2016-06-12 16:33:02 +01:00
parent afbba27b5c
commit 8559f770bb
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ function mesh_zeronet {
$CHROOT_PREFIX apt-get -y install python python-msgpack python-gevent
$CHROOT_PREFIX apt-get -y install python-pip bittornado
$CHROOT_PREFIX pip install msgpack-python --upgrade
$CHROOT_PREFIX pip install gevent --upgrade
$CHROOT_PREFIX useradd -d /opt/zeronet/ -s /bin/false zeronet
git_clone $ZERONET_REPO $rootdir/opt/zeronet