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

Commit 97e0c45

Browse files
authored
Clone Main
1 parent 89dc9e1 commit 97e0c45

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 beta 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)