aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-30 19:29:28 -0700
committerfriendica <info@friendica.com>2014-10-30 19:29:28 -0700
commit4e454656fea569d5302cbe6d846bd648cb46a1b1 (patch)
treeda80d6dc28f24e43743bb74dd9632ff523b52c70 /doc
parent28a35261dbc8c21e27ca4a449ff5cd6cb0501c8a (diff)
parentfbd027709aba1fc3de3bbeede32c65fb26a00b21 (diff)
downloadvolse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.gz
volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.tar.bz2
volse-hubzilla-4e454656fea569d5302cbe6d846bd648cb46a1b1.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'doc')
-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]