From faba92bbc077637e7d05a11c36a20a89faf4a811 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 12:53:17 +0200 Subject: Move INSTALL.md to the root --- INSTALL.md | 15 +++++++++++++++ commonnet/INSTALL.md | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 INSTALL.md delete mode 100644 commonnet/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..655b4b8 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,15 @@ +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 +``` 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 -``` -- cgit v1.2.3