Add core/scripts/tcp-brutal/install.sh

This commit is contained in:
Sarina
2024-07-20 21:19:10 +03:30
parent 83d2886e39
commit fc31bc8397
2 changed files with 6 additions and 9 deletions

View File

@ -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."

View File

@ -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