From e42f25006065d0baea4842752837d7491325a919 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sun, 6 Aug 2023 18:32:06 +0200 Subject: [PATCH] fix repo url --- README.md | 2 +- install/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;