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() {