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