Clone beta
This commit is contained in:
@ -168,7 +168,7 @@ clone_repository() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then
|
if git clone -b beta 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"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ HYSTERIA_INSTALL_DIR="/etc/hysteria"
|
|||||||
HYSTERIA_VENV_DIR="$HYSTERIA_INSTALL_DIR/hysteria2_venv"
|
HYSTERIA_VENV_DIR="$HYSTERIA_INSTALL_DIR/hysteria2_venv"
|
||||||
AUTH_BINARY_DIR="$HYSTERIA_INSTALL_DIR/core/scripts/auth"
|
AUTH_BINARY_DIR="$HYSTERIA_INSTALL_DIR/core/scripts/auth"
|
||||||
REPO_URL="https://github.com/ReturnFI/Blitz"
|
REPO_URL="https://github.com/ReturnFI/Blitz"
|
||||||
REPO_BRANCH="main"
|
REPO_BRANCH="beta"
|
||||||
GEOSITE_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geosite.dat"
|
GEOSITE_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geosite.dat"
|
||||||
GEOIP_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geoip.dat"
|
GEOIP_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geoip.dat"
|
||||||
USERS_FILE="$HYSTERIA_INSTALL_DIR/users.json"
|
USERS_FILE="$HYSTERIA_INSTALL_DIR/users.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user