mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Use new master branch
This commit is contained in:
parent
30f0b9c8a2
commit
b6d5cf02b9
|
@ -6,10 +6,10 @@ git clone https://github.com/pelya/commandergenius.git
|
|||
|
||||
# Get the most recent DDNet source
|
||||
cd /media/commandergenius/project/jni/application/teeworlds
|
||||
rm -rf src DDRace64.zip*
|
||||
wget "https://github.com/def-/teeworlds/archive/DDRace64.zip"
|
||||
unzip DDRace64.zip
|
||||
mv teeworlds-DDRace64 src
|
||||
rm -rf src master.zip*
|
||||
wget "https://github.com/def-/ddnet/archive/master.zip"
|
||||
unzip ddnet-master.zip
|
||||
mv ddnet-master src
|
||||
mkdir src/src/game/generated
|
||||
# Also the generated files don't get generated, copy them by hand
|
||||
cp /media/ddrace/src/game/generated/* src/src/game/generated
|
||||
|
|
Loading…
Reference in a new issue