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 }