Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 1dbffb8

Browse files
authored
Clone Main
1 parent 18d3a10 commit 1dbffb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ clone_repository() {
123123
fi
124124
fi
125125

126-
if git clone -b hold https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then
126+
if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then
127127
log_success "Repository cloned successfully"
128128
else
129129
log_error "Failed to clone repository"

0 commit comments

Comments
 (0)