1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 19:52:36 +01:00

remove react repo from setup.sh

This commit is contained in:
Flam3rboy 2021-03-28 18:59:18 +02:00 committed by GitHub
parent cbef1bbac6
commit ff679fe9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,12 +49,10 @@ git clone https://github.com/fosscord/fosscord-voice voice
git clone https://github.com/fosscord/fosscord-cdn cdn
git clone https://github.com/fosscord/fosscord-css design
git clone https://github.com/fosscord/fosscord-client client
git clone https://github.com/fosscord/fosscord-react react
git clone https://github.com/fosscord/fosscord-react-native react-native
git clone https://github.com/fosscord/fosscord-dashboard dashboard
if [ -x "$(command -v code)" ]; then
echo '{"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"react"},{"path":"client"},{"path":"react-native"},{"path":"dashboard"}]}' >> fosscord.code-workspace
echo '{"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"voice"},{"path":"server-util"},{"path":"design"},{"path":"client"},{"path":"dashboard"}]}' >> fosscord.code-workspace
echo Open VSCode Workspace
code fosscord.code-workspace
fi