„update.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 18:28:03 +02:00
parent 1e57207bf8
commit ffe328ff25

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
rm -rf /var/www/html/mylinks rm -rf /var/www/html/mylinks
cd /var/www/html/ cd /var/www/html/
git clone https://git.moelle.space/hxcde/mylinks.git git clone https://git.moelle.space/hxcde/mylinks.git
rm README.md
rm install.sl