Clone Main

This commit is contained in:
Whispering Wind
2025-08-27 22:45:12 +03:30
committed by GitHub
parent 18d3a1029b
commit 1dbffb808c

View File

@ -123,7 +123,7 @@ clone_repository() {
fi
fi
if git clone -b hold 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"