From 8a52e2de257e62d5e5445b4c927f5dad12749aed Mon Sep 17 00:00:00 2001 From: NW Date: Fri, 22 Aug 2025 01:47:05 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20setup=5Fvps.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_vps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_vps.sh b/setup_vps.sh index 96c399a..b9b1801 100644 --- a/setup_vps.sh +++ b/setup_vps.sh @@ -221,10 +221,10 @@ else fi # Клонирование репозитория -REPO_DIR="opendoor-vpn-to-tor" +REPO_DIR="opendoor-base-install" if [ ! -d "$REPO_DIR" ]; then - echo -e "${YELLOW}Клонирование репозитория opendoor-vpn-to-tor...${NC}" - git clone https://git.softuniq.eu/OpenDoor/opendoor-vpn-to-tor.git "$REPO_DIR" || { + echo -e "${YELLOW}Клонирование репозитория opendoor-base-install...${NC}" + git clone https://git.softuniq.eu/OpenDoor/opendoor-base-install.git "$REPO_DIR" || { echo -e "${RED}Ошибка при клонировании репозитория.${NC}" exit 1 }