Обновить setup_vps.sh

This commit is contained in:
NW 2025-08-22 01:47:05 +00:00
parent 30e0eeff09
commit 8a52e2de25

View File

@ -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
}