diff --git a/install.sh b/install.sh index 340e34a..a0ba14d 100644 --- a/install.sh +++ b/install.sh @@ -284,7 +284,7 @@ clone_repository() { return 0 fi - run_with_spinner "Клонирование репозитория" "git clone https://github.com/JB-SelfCompany/awg-docker-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; } }