Browse Source

Use the zeronet upstream repo

Bob Mottram 9 years ago
parent
commit
12247529e4
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      src/freedombone
  2. 3
    3
      src/freedombone-meshweb

+ 3
- 3
src/freedombone View File

@@ -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

+ 3
- 3
src/freedombone-meshweb View File

@@ -8,7 +8,7 @@ SERVER_INSTALLATION="no"
8 8
 
9 9
 PEERS_FILE=/tmp/meshwebstart
10 10
 
11
-ZERONET_REPO='https://github.com/bashrc/ZeroNet'
11
+ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet'
12 12
 ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
13 13
 ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroTalk'
14 14
 ZERONET_URL=http://127.0.0.1:43110
@@ -245,8 +245,8 @@ function install_zeronet {
245 245
     if [ ! -d $ZERONET_DIR ]; then
246 246
         exit 56823
247 247
     fi
248
-    cd $ZERONET_DIR
249
-    git checkout bashrc/bootstrap-file
248
+    #cd $ZERONET_DIR
249
+    #git checkout bashrc/bootstrap-file
250 250
     # Hack to ensure that the file access port is opened
251 251
     # This is because zeronet normally relies on an internet site
252 252
     # to do this, but on a purely local mesh the internet isn't available