|
@@ -402,7 +402,7 @@ TOX_NODE=
|
402
|
402
|
#)
|
403
|
403
|
|
404
|
404
|
#ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
|
405
|
|
-ZERONET_REPO='https://github.com/bashrc/ZeroNet.git'
|
|
405
|
+ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
|
406
|
406
|
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
407
|
407
|
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
|
408
|
408
|
ZERONET_URL=http://127.0.0.1:43110
|
|
@@ -1843,8 +1843,8 @@ function install_zeronet {
|
1843
|
1843
|
exit 56823
|
1844
|
1844
|
fi
|
1845
|
1845
|
sudo chown -R zeronet:zeronet /opt/zeronet
|
1846
|
|
- cd /opt/zeronet
|
1847
|
|
- git checkout bashrc/bootstrap-file
|
|
1846
|
+ #cd /opt/zeronet
|
|
1847
|
+ #git checkout bashrc/bootstrap-file
|
1848
|
1848
|
# Hack to ensure that the file access port is opened
|
1849
|
1849
|
# This is because zeronet normally relies on an internet site
|
1850
|
1850
|
# to do this, but on a purely local mesh the internet isn't available
|