wget --no-check-certificate -O info.sh https://raw.githubusercontent.com/JimLee1996/deployment/master/info.sh && chmod +x info.sh && bash info.sh
# for debian or ubuntu
apt update
apt install systemd -y
# for redhat or centos
yum update
yum install systemd -y
wget --no-check-certificate -O deployment.sh https://raw.githubusercontent.com/JimLee1996/deployment/master/deployment.sh && chmod +x deployment.sh && bash deployment.sh
systemctl start ss-server kcp-server
systemctl enable ss-server kcp-server
Content type
Image
Digest
Size
3.6 MB
Last updated
about 8 years ago
docker pull jimlee1996/alpine