diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-22 23:13:17 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-10-22 23:13:17 +0100 |
commit | b27790302b104df7e788077e7a046561f072e762 (patch) | |
tree | 11628f7452b6146aab05689e8807a48f65cae6e8 /doc/debian_install.bb | |
parent | 77fb1c2ee6cf7810200cf91bfb737c29f9f1a67b (diff) | |
download | volse-hubzilla-b27790302b104df7e788077e7a046561f072e762.tar.gz volse-hubzilla-b27790302b104df7e788077e7a046561f072e762.tar.bz2 volse-hubzilla-b27790302b104df7e788077e7a046561f072e762.zip |
Doco - politics, unwritten pages, links, and stuff. Nothing major.
Diffstat (limited to 'doc/debian_install.bb')
-rw-r--r-- | doc/debian_install.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/debian_install.bb b/doc/debian_install.bb index f4e901dc6..866ee8e9f 100644 --- a/doc/debian_install.bb +++ b/doc/debian_install.bb @@ -1,7 +1,7 @@ [b]Installing On Debian[/b]
While following the instructions for any other installation will work on Debian, for this platform we also provide an install script
-which can be [zrl=http://beardyunixer.com:1234/?p=debian-install-script.git;a=tree]downloaded here[/zrl]
+which can be [url=http://gitweb.whogotzot.com/debian-install-script]downloaded here[/url]
[b]THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER[/b]
@@ -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://beardyunixer.com:1234/?p=debian-install-script.git;a=blob_plain;f=debian-setup.sh;hb=HEAD" -O debian-setup.sh[/code]
+[code]wget "http://gitweb.whogotzot.com/debian-install-script/snapshot/91e76332668509585d52d4fa3f5b81a728c67fa6.tar.gz" -O debian-setup.sh[/code]
To install wget:
[code]apt-get install wget[/code]
|