From 0f0ecf8f654df0509fa2b572becd1225d65e97ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 17:56:21 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index beab8d5..5c89b21 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/bash apt install curl apache2 git -y -git clone https://git.moelle.space/hxcde/mylinks.git -cp -r mylinks/* /var/www/html/ \ No newline at end of file +cd /var/www/html/ +git clone origin-url https://git.moelle.space/hxcde/mylinks.git \ No newline at end of file