Files
sus-manager/scripts/deps.sh
2025-12-14 21:34:06 +08:00

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