From 541c323fd9d46f109959800ac0c09ee3a07e214a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:19:58 +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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1097b0d..caed87e 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,8 @@ apt install curl apache2 git -y cd /var/www/html/ git clone https://git.moelle.space/hxcde/mylinks.git -cat < ServerAdmin webmaster@localhost @@ -12,4 +13,7 @@ cat < -EOF \ No newline at end of file +EOF +mv mylinks.conf /etc/apache2/sites-available/ +a2ensite mylinks +a2dissite 000-default.conf \ No newline at end of file