Sites of interest
This commit is contained in:
parent
8589771e63
commit
60a5c1f914
|
@ -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 '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 '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 '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
|
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue