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