wget modify.py

This commit is contained in:
Whispering Wind
2024-07-15 12:50:35 +03:30
committed by GitHub
parent cbb982a747
commit 81c4df430f

View File

@ -117,6 +117,7 @@ wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/traffic.py -O /et
mkdir -p /etc/hysteria/users mkdir -p /etc/hysteria/users
wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/user.sh -O /etc/hysteria/users/user.sh >/dev/null 2>&1 wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/user.sh -O /etc/hysteria/users/user.sh >/dev/null 2>&1
wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/kick.sh -O /etc/hysteria/users/kick.sh >/dev/null 2>&1 wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/kick.sh -O /etc/hysteria/users/kick.sh >/dev/null 2>&1
wget https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/modify.py -O /etc/hysteria/users/modify.py >/dev/null 2>&1
chmod +x /etc/hysteria/users/user.sh chmod +x /etc/hysteria/users/user.sh
chmod +x /etc/hysteria/users/kick.sh chmod +x /etc/hysteria/users/kick.sh