mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-16 08:37:41 +01:00
* Migrates from Travis CI To Actions First hitch Surprise surprise NanoUI is the issue ... Please work Final Commit * Undoes an oops
7 lines
208 B
Bash
Executable File
7 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
source _build_dependencies.sh
|
|
|
|
wget -O ~/dreamchecker "https://github.com/SpaceManiac/SpacemanDMM/releases/download/$SPACEMANDMM_TAG/dreamchecker"
|
|
chmod +x ~/dreamchecker
|
|
~/dreamchecker --version
|