Skip to content

Commit 69031cb

Browse files
committedMar 31, 2023
release 1.2.1
1 parent 63a758d commit 69031cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎opencex.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ fi
1818

1919
mkdir /app/opencex -p
2020
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
21+
git clone https://github.com/Polygant/OpenCEX-backend.git ./backend
22+
git clone https://github.com/Polygant/OpenCEX-frontend.git ./frontend
23+
git clone https://github.com/Polygant/OpenCEX-static.git ./nuxt
2424

2525

2626
echo "`cat <<YOLLOPUKKI

0 commit comments

Comments
 (0)
Please sign in to comment.