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