update script

This commit is contained in:
VirtuBox 2018-07-29 00:20:47 +02:00
parent 3f5ded0e9d
commit 6028948f14
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,8 @@ useful() {
dl_repo() {
cd /tmp || exit
git clone https://github.com/VirtuBox/ubuntu-nginx-web-server.git
rm -rf /tmp/ubuntu-nginx-web-server
git clone https://github.com/VirtuBox/ubuntu-nginx-web-server.git /tmp/ubuntu-nginx-web-server
}