mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 01:22:41 +00:00
7 lines
180 B
Bash
7 lines
180 B
Bash
#!/bin/bash
|
|
source _build_dependencies.sh
|
|
|
|
wget -O ~/dmdoc "https://github.com/SpaceManiac/SpacemanDMM/releases/download/$SPACEMANDMM_TAG/dmdoc"
|
|
chmod +x ~/dmdoc
|
|
~/dmdoc --version
|