12 lines
193 B
Bash
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 |