From 838465e699a089458379ca54562b02109fc41195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:30:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de2d69e..1137185 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,12 @@ #!/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 \ No newline at end of file +a2dissite 000-default.conf +echo Cleaning installation +rm mylinks/README.md +rm mylinks/install.sh +echo Finished installation \ No newline at end of file