From 2244f7c9a259bb1381f2b22c8e28ed735ea1b6ed Mon Sep 17 00:00:00 2001 From: stevefoxru <53931856+stevefoxru@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:22:21 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a0ba14d..2b10345 100644 --- a/install.sh +++ b/install.sh @@ -285,7 +285,7 @@ clone_repository() { fi 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() {