3 lines
172 B
Bash
Executable File
3 lines
172 B
Bash
Executable File
if ! (command -v rpgmaker-linux & > /dev/null 2>&1) then
|
|
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
|
|
fi |