Bob Mottram 8 years ago
parent
commit
8559f770bb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-mesh-install

+ 1
- 0
src/freedombone-mesh-install View File

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