From 0373502f0ba9a7410df1e4b3b9a39edaf6ebf830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:17:17 +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 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 776549c..1097b0d 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,15 @@ #!/bin/bash apt install curl apache2 git -y cd /var/www/html/ -git clone https://git.moelle.space/hxcde/mylinks.git \ No newline at end of file +git clone https://git.moelle.space/hxcde/mylinks.git +cat < + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html/mylinks/ + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + +EOF \ No newline at end of file