Этот коммит содержится в:
stevefoxru
2025-03-01 01:22:21 +03:00
коммит произвёл GitHub
родитель 0a3edef707
Коммит 2244f7c9a2
+1 -1
Просмотреть файл
@@ -285,7 +285,7 @@ clone_repository() {
fi fi
run_with_spinner "Клонирование репозитория" "git clone https://github.com/stevefoxru/amnezia-bot.git >/dev/null 2>&1" run_with_spinner "Клонирование репозитория" "git clone https://github.com/stevefoxru/amnezia-bot.git >/dev/null 2>&1"
cd awg-docker-bot || { echo -e "\n${RED}Ошибка перехода в директорию${NC}"; exit 1; } cd amnezia-bot || { echo -e "\n${RED}Ошибка перехода в директорию${NC}"; exit 1; }
} }
setup_venv() { setup_venv() {