|
@@ -11,12 +11,11 @@ PEERS_FILE=/tmp/meshwebstart
|
11
|
11
|
ZERONET_REPO='https://github.com/bashrc/ZeroNet'
|
12
|
12
|
ZERONET_BLOG_REPO='https://github.com/HelloZeroNet/ZeroBlog'
|
13
|
13
|
ZERONET_FORUM_REPO='https://github.com/HelloZeroNet/ZeroBoard'
|
14
|
|
-ZERONET_DIR=~/zeronet
|
15
|
14
|
ZERONET_URL=http://127.0.0.1:43110
|
16
|
15
|
ZERONET_PORT=15441
|
17
|
16
|
TRACKER_PORT=6969
|
18
|
|
-
|
19
|
17
|
MY_USERNAME=$USER
|
|
18
|
+ZERONET_DIR=/home/$MY_USERNAME/zeronet
|
20
|
19
|
|
21
|
20
|
function install_zeronet_blog {
|
22
|
21
|
if [ ! -f /home/$MY_USERNAME/README ]; then
|