mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
4 lines
131 B
Bash
4 lines
131 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install
|