diff --git a/core/scripts/tcp-brutal/install.sh b/core/scripts/tcp-brutal/install.sh new file mode 100644 index 0000000..356fd70 --- /dev/null +++ b/core/scripts/tcp-brutal/install.sh @@ -0,0 +1,6 @@ +#!/bin/bash +echo "Installing TCP Brutal..." +bash <(curl -fsSL https://tcp.hy2.sh/) +sleep 3 +clear +echo "TCP Brutal installation complete." \ No newline at end of file diff --git a/menu.sh b/menu.sh index 387ffcb..24b75b2 100644 --- a/menu.sh +++ b/menu.sh @@ -268,15 +268,6 @@ uninstall_hysteria() { echo "" } -# Function to install TCP Brutal -install_tcp_brutal() { - echo "Installing TCP Brutal..." - bash <(curl -fsSL https://tcp.hy2.sh/) - sleep 3 - clear - echo "TCP Brutal installation complete." -} - # Function to install WARP and update config.json install_warp() { # Check if wg-quick@wgcf.service is active