😀Debian 安装x-gui

Debian 10

// Some code
apt update -y
apt install -y curl socat
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
systemctl disable ufw
systemctl stop ufw

Last updated