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