mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
8 lines
230 B
Bash
Executable file
8 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
basedir="$(readlink -f `dirname $0`/..)"
|
|
cd $basedir
|
|
|
|
git clone https://github.com/discordapp/discord-rpc -b v3.4.0
|
|
git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1
|