Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
3 additions and
1 deletions
-
lgsm/modules/check_system_requirements.sh
|
|
@ -9,7 +9,7 @@ moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
info_distro.sh |
|
|
|
|
|
|
|
# RAM requirements in megabytes for each game or engine. |
|
|
|
# RAM requirements in gigabytes for each game or engine. |
|
|
|
|
|
|
|
if [ "${shortname}" == "ark" ]; then |
|
|
|
ramrequirementgb="7" |
|
|
@ -49,6 +49,8 @@ elif [ "${shortname}" == "sf" ]; then |
|
|
|
ramrequirementgb="12" |
|
|
|
elif [ "${shortname}" == "squad" ]; then |
|
|
|
ramrequirementgb="2" |
|
|
|
elif [ "${shortname}" == "sm" ]; then |
|
|
|
ramrequirementgb="10" |
|
|
|
elif [ "${shortname}" == "st" ]; then |
|
|
|
ramrequirementgb="1" |
|
|
|
elif [ "${shortname}" == "stn" ]; then |
|
|
|