fix repo url

This commit is contained in:
Saeed Vaziry 2023-08-06 18:32:06 +02:00
parent 8444323cf4
commit e42f250060
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ # Vito
## Installation
```shell
curl -o- https://raw.githubusercontent.com/vitodeployer/vito/main/install/install.sh | V_DOMAIN= V_ADMIN_EMAIL= V_ADMIN_PASSWORD= bash
curl -o- https://raw.githubusercontent.com/vitodeploy/vito/main/install/install.sh | V_DOMAIN= V_ADMIN_EMAIL= V_ADMIN_PASSWORD= bash
```
Replace the variables and then run the command

View File

@ -117,7 +117,7 @@ mysql -e "FLUSH PRIVILEGES"
# setup website
export V_SSL=1
export COMPOSER_ALLOW_SUPERUSER=1
export V_REPO="https://github.com/vitodeployer/vito.git"
export V_REPO="https://github.com/vitodeploy/vito.git"
export V_VHOST_CONFIG="
server {
listen 80;