Обновить setup_vps.sh
This commit is contained in:
parent
30e0eeff09
commit
8a52e2de25
@ -221,10 +221,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Клонирование репозитория
|
# Клонирование репозитория
|
||||||
REPO_DIR="opendoor-vpn-to-tor"
|
REPO_DIR="opendoor-base-install"
|
||||||
if [ ! -d "$REPO_DIR" ]; then
|
if [ ! -d "$REPO_DIR" ]; then
|
||||||
echo -e "${YELLOW}Клонирование репозитория opendoor-vpn-to-tor...${NC}"
|
echo -e "${YELLOW}Клонирование репозитория opendoor-base-install...${NC}"
|
||||||
git clone https://git.softuniq.eu/OpenDoor/opendoor-vpn-to-tor.git "$REPO_DIR" || {
|
git clone https://git.softuniq.eu/OpenDoor/opendoor-base-install.git "$REPO_DIR" || {
|
||||||
echo -e "${RED}Ошибка при клонировании репозитория.${NC}"
|
echo -e "${RED}Ошибка при клонировании репозитория.${NC}"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user