mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
wget -O ~/$1 "https://github.com/SpaceManiac/SpacemanDMM/releases/download/$SPACEMAN_DMM_VERSION/$1"
|
|
chmod +x ~/$1
|
|
~/$1 --version
|