Add core/scripts/tcp-brutal/install.sh
This commit is contained in:
6
core/scripts/tcp-brutal/install.sh
Normal file
6
core/scripts/tcp-brutal/install.sh
Normal 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."
|
||||||
9
menu.sh
9
menu.sh
@ -268,15 +268,6 @@ uninstall_hysteria() {
|
|||||||
echo ""
|
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
|
# Function to install WARP and update config.json
|
||||||
install_warp() {
|
install_warp() {
|
||||||
# Check if wg-quick@wgcf.service is active
|
# Check if wg-quick@wgcf.service is active
|
||||||
|
|||||||
Reference in New Issue
Block a user