5 lines
239 B
Bash
5 lines
239 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"
|