Update InstallNET.sh

This commit is contained in:
Molly Lau 2023-10-12 18:29:22 +09:00 committed by GitHub
parent e069709bc7
commit d5c6f7624e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1117,7 +1117,10 @@ function checkMem() {
echo -ne "\n[${red}Error${plain}] Minimum system memory requirement is 256 MB!\n"
exit 1
}
[[ "$TotalMem" -le "736" ]] && lowMemMode="1"
[[ "$TotalMem" -le "736" ]] && {
lowMemMode="1"
setMotd="0"
}
fi
}
if [[ "$TotalMem" -le "2028" ]]; then