Clone Main
This commit is contained in:
@ -168,7 +168,7 @@ clone_repository() {
|
|||||||
fi
|
fi
|
||||||
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"
|
log_success "Repository cloned successfully"
|
||||||
else
|
else
|
||||||
log_error "Failed to clone repository"
|
log_error "Failed to clone repository"
|
||||||
@ -239,4 +239,4 @@ main() {
|
|||||||
run_menu
|
run_menu
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|||||||
Reference in New Issue
Block a user