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