From 0fb3e3d7918a17f355b0d850d60bad874e9c8c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 20:57:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 install.sh diff --git a/install.sh b/install.sh deleted file mode 100644 index 1137185..0000000 --- a/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -echo Startting installation -apt install curl apache2 git -y -cd /var/www/html/ -git clone https://git.moelle.space/hxcde/mylinks.git -mv mylinks/mylinks.conf /etc/apache2/sites-available/ -a2ensite mylinks -a2dissite 000-default.conf -echo Cleaning installation -rm mylinks/README.md -rm mylinks/install.sh -echo Finished installation \ No newline at end of file