From 95b4713735aed1e09dc8c6a47ce992d22310174e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 17:04:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..972d9c4 --- /dev/null +++ b/update.sh @@ -0,0 +1,2 @@ +git clone https://git.moelle.space/hxcde/mylinks.git +cp -r mylinks/* /var/www/html/ \ No newline at end of file