Skip to content
Snippets Groups Projects
Commit aeaa06d4 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed outdated references

parent f2cee7e0
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Clone the repository: Clone the repository:
cd /srv cd /srv
git clone https://code.eliotberriot.com/funkwhale/demo.git funkwhale-demo git clone https://dev.funkwhale.audio/funkwhale/demo.git funkwhale-demo
cd funkwhale-demo cd funkwhale-demo
Download demo tracks (courtesy of Jamendo): Download demo tracks (courtesy of Jamendo):
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
API_BRANCH="develop" API_BRANCH="develop"
FRONT_BRANCH="master" FRONT_BRANCH="master"
echo "Initializing repositories..." echo "Initializing repositories..."
git clone https://code.eliotberriot.com/funkwhale/api.git api git clone https://dev.funkwhale.audio/funkwhale/api.git api
git clone https://code.eliotberriot.com/funkwhale/front.git front git clone https://dev.funkwhale.audio/funkwhale/front.git front
echo "Updating repositories..." echo "Updating repositories..."
git -C api checkout $API_BRANCH git -C api checkout $API_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment