From 0a3edef7078cba21b3dadb849dfb55e3d3de57bc Mon Sep 17 00:00:00 2001 From: stevefoxru <53931856+stevefoxru@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:19:02 +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 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; } }