4 lines
127 B
Bash
4 lines
127 B
Bash
#!/bin/bash
|
|
apt install curl apache2 git -y
|
|
git clone https://git.moelle.space/hxcde/mylinks.git
|
|
cp -r mylinks/* /var/www/html/ |