Update the alert function to show the actual guidance in a single acknowledgement dialog instead of a generic OK prompt followed by a separate message.
8 lines
429 B
Bash
8 lines
429 B
Bash
# shellcheck shell=bash disable=SC2154 # installPath and cache are set by linux-game-manager.sh
|
|
check_architecture x86_64
|
|
get_installer "omega-reach-linux-x64.zip" "https://shiftbacktick.itch.io/the-omega-reach"
|
|
mkdir -p "${installPath}/Omega Reach"
|
|
unzip -d "${installPath}/Omega Reach" "${cache}/omega-reach-linux-x64.zip"
|
|
chmod +x "${installPath}/Omega Reach/omega-reach"
|
|
chmod +x "${installPath}/Omega Reach/chrome-sandbox"
|