diff --git a/README.md b/README.md index f88d464..eb8f6cc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install/install.sh b/install/install.sh index b83a2b5..17072d0 100644 --- a/install/install.sh +++ b/install/install.sh @@ -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;