From 60a5c1f91477a09277ba7ad99a941e8e12e29f13 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 Jan 2015 21:37:16 +0000 Subject: [PATCH] Sites of interest --- install-freedombone.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index a8f8874c..d30671e8 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -827,7 +827,7 @@ function install_cjdns { fi if ! grep -q "Mesh Networking" /home/$MY_USERNAME/README; then - CURRENT_IP_ADDRESS=$(ip addr show | grep "inet " | sed -n 2p | awk -F ' ' '{print $2}' | awk -F '/' '{print $1}') + CURRENT_IP_ADDRESS=$(ip addr show | grep "inet " | sed -n 2p | awk -F ' ' '{print $2}' | awk -F '/' '{print $1}') echo '' >> /home/$MY_USERNAME/README echo '' >> /home/$MY_USERNAME/README @@ -860,7 +860,10 @@ function install_cjdns { echo 'should not contain someone elses nickname or info but should contain yours' >> /home/$MY_USERNAME/README echo 'to ensure it is not shared. It also helps when editing the conf to know who' >> /home/$MY_USERNAME/README echo 'each password is for.' >> /home/$MY_USERNAME/README - + echo '' >> /home/$MY_USERNAME/README + echo 'Possible cjdns destinations of interest:' >> /home/$MY_USERNAME/README + echo ' http://transitiontech.ca/faq' >> /home/$MY_USERNAME/README + echo ' http://cjdns.ca/hypeirc.txt' >> /home/$MY_USERNAME/README chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README fi