We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a758d commit 69031cbCopy full SHA for 69031cb
opencex.sh
@@ -18,9 +18,9 @@ fi
18
19
mkdir /app/opencex -p
20
cd /app/opencex || exit
21
-git clone -b stage https://github.com/Polygant/OpenCEX-backend.git ./backend
22
-git clone -b stage https://github.com/Polygant/OpenCEX-frontend.git ./frontend
23
-git clone -b stage https://github.com/Polygant/OpenCEX-static.git ./nuxt
+git clone https://github.com/Polygant/OpenCEX-backend.git ./backend
+git clone https://github.com/Polygant/OpenCEX-frontend.git ./frontend
+git clone https://github.com/Polygant/OpenCEX-static.git ./nuxt
24
25
26
echo "`cat <<YOLLOPUKKI
0 commit comments