From 49dd9184777800380b087c4666dea24c99bdbf95 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:58:41 +0330 Subject: [PATCH] Clone Main --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 38a5a5c..e48f7f3 100644 --- a/install.sh +++ b/install.sh @@ -168,7 +168,7 @@ clone_repository() { fi fi - if git clone -b beta https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then + if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then log_success "Repository cloned successfully" else log_error "Failed to clone repository" @@ -239,4 +239,4 @@ main() { run_menu } -main \ No newline at end of file +main