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