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