From 9c0aca7a5b8c2e1d51fb113aa50d6f2d8bea3874 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:47:21 +0330 Subject: [PATCH] Clone beta --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bf6a652..f7a2cef 100644 --- a/install.sh +++ b/install.sh @@ -123,7 +123,7 @@ clone_repository() { fi fi - if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then + if git clone -b beta https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then log_success "Repository cloned successfully" else log_error "Failed to clone repository"