Clone beta

This commit is contained in:
Whispering Wind
2025-09-07 23:25:49 +03:30
committed by GitHub
parent 87243c5bd5
commit 18c093a9b9
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,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"