summaryrefslogtreecommitdiff
path: root/commonnet/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'commonnet/INSTALL.md')
-rw-r--r--commonnet/INSTALL.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/commonnet/INSTALL.md b/commonnet/INSTALL.md
deleted file mode 100644
index 655b4b8..0000000
--- a/commonnet/INSTALL.md
+++ /dev/null
@@ -1,15 +0,0 @@
-Install instructions for debian stretch.
-
-``` bash
-apt install git python3 python3-pip
-
-echo "deb http://deb.debian.org/debian stretch-backports main contrib" >> /etc/apt/sources.list
-
-apt update
-
-cd /srv
-git clone https://gitlab.com/iggdrasil/comm-on-net.git
-
-cd comm-on-net
-URL=commonnet.myorganisation.net RESPONSIBLE_EMAIL=dev@myorganisation.net ./install.sh
-```