From a6eef5ed18a96d0c2fad6a7f1aca3362e18cdb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:03:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index a21a8c3..008cec8 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -rm -r mylinks -git clone https://git.moelle.space/hxcde/mylinks.git -cp -r mylinks/* /var/www/html/ \ No newline at end of file +rm -r /var/www/html/ +cd /var/www/html/ +git clone https://git.moelle.space/hxcde/mylinks.git . \ No newline at end of file