aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debian_install.bb
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-10-31 01:13:56 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-10-31 01:13:56 +0000
commitfbd027709aba1fc3de3bbeede32c65fb26a00b21 (patch)
tree4c88a50ee22df2ef0f35dd4e6275632299b105a0 /doc/debian_install.bb
parent4495a30b88a08915e817011076f2095533c903eb (diff)
downloadvolse-hubzilla-fbd027709aba1fc3de3bbeede32c65fb26a00b21.tar.gz
volse-hubzilla-fbd027709aba1fc3de3bbeede32c65fb26a00b21.tar.bz2
volse-hubzilla-fbd027709aba1fc3de3bbeede32c65fb26a00b21.zip
Debian doco - no longer uses dropbear.
Diffstat (limited to 'doc/debian_install.bb')
-rw-r--r--doc/debian_install.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/debian_install.bb b/doc/debian_install.bb
index 866ee8e9f..e8f4a7bd3 100644
--- a/doc/debian_install.bb
+++ b/doc/debian_install.bb
@@ -7,7 +7,7 @@ which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded h
Some programs such as Apache &amp; Samba are removed by this script.
-Note, this script will use Nginx as the webserver, and dropbear for ssh. It will also install PHP and MySQL from the DotDeb repository. The DotDeb is not an official Debian repository, though it is maintained by Debian developers.
+Note, this script will use Nginx as the webserver. It will also install PHP and MySQL from the DotDeb repository. The DotDeb is not an official Debian repository, though it is maintained by Debian developers.
The file setup-debian.sh has to be on your server.
@@ -17,7 +17,7 @@ For the initial setup git may not be installed on your server, to install git:
If wget is installed try
-[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code]
+[code]wget http://git.beardyunixer.com/debian-install-script/blob/HEAD:/debian-setup.sh[/code]
To install wget:
[code]apt-get install wget[/code]