vps/install-singb.sh
2025-03-23 17:22:54 +08:00

12 lines
193 B
Bash

apt install git
dst=$HOME/docker.data
mkdir -p $dst
cd $dst
git clone https://lab.evlic.cn/docker/singb.git
cd singb
git submodule update --init --recursive --remote
./update-env.sh
./run.sh