Clone hold branch
This commit is contained in:
@ -123,7 +123,7 @@ clone_repository() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then
|
if git clone -b hold 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user