Browse Source
add ram requirements to satisfactory
pull/4378/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
0 deletions
-
lgsm/modules/check_system_requirements.sh
|
@ -45,6 +45,8 @@ elif [ "${shortname}" == "rust" ]; then |
|
|
ramrequirementgb="9" |
|
|
ramrequirementgb="9" |
|
|
elif [ "${shortname}" == "sdtd" ]; then |
|
|
elif [ "${shortname}" == "sdtd" ]; then |
|
|
ramrequirementgb="4" |
|
|
ramrequirementgb="4" |
|
|
|
|
|
elif [ "${shortname}" == "sf" ]; then |
|
|
|
|
|
ramrequirementgb="12" |
|
|
elif [ "${shortname}" == "squad" ]; then |
|
|
elif [ "${shortname}" == "squad" ]; then |
|
|
ramrequirementgb="2" |
|
|
ramrequirementgb="2" |
|
|
elif [ "${shortname}" == "st" ]; then |
|
|
elif [ "${shortname}" == "st" ]; then |
|
|