6 lines
325 B
Bash
6 lines
325 B
Bash
|
check_architecture x86_64
|
||
|
get_installer "FS2_3.0_Linux.zip" "https://drive.google.com/file/d/15Y5nxR1zl9vVNzMilpaXdCSBFhNUIDC9/view"
|
||
|
unzip -d "${installPath}" "${cache}/FS2_3.0_Linux.zip"
|
||
|
chmod +x "${installPath}/FS2_3.0_Linux/fs2.x86_64"
|
||
|
add_launcher "${installPath}/FS2_3.0_Linux/fs2.x86_64" "-ESpeakApplication=espeak-ng"
|