5 lines
200 B
Bash
5 lines
200 B
Bash
|
check_architecture x86_64
|
||
|
get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus"
|
||
|
mkdir -p "${installPath}/Wurmus"
|
||
|
unzip -d "${installPath}/Wurmus" "${cache}/Wurmus-linux-x64.zip"
|