Commit 4f68f261 authored by Luhan Wang's avatar Luhan Wang

last

parent e37df1d9
......@@ -7,7 +7,6 @@ fi
git clone --branch master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
echo "successfully cloned project"
cd openxg-5gcs-release
sudo -i
echo " \
......@@ -17,12 +16,13 @@ deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe m
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
" > /etc/apt/sources.list
sudo apt update
cd /home/ubuntu/openxg-5gcs-release
sudo ./scripts/install.sh -I
sudo echo "{ \n \
......@@ -31,5 +31,6 @@ sudo echo "{ \n \
] \n \
} \n \
" > /etc/docker/daemon.json
exit
sudo service docker restart
sudo docker network create docker-openxg --subnet=172.11.200.0/24 -o com.docker.network.bridge.name=docker-openxg
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment