We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854deb3 commit d39421fCopy full SHA for d39421f
lib.sh
@@ -1125,10 +1125,7 @@ then
1125
print_text_in_color "$IRed" "Error: ${1} GB RAM required to install ${2}!" >&2
1126
print_text_in_color "$IRed" "Current RAM is: ($mem_available_gb GB)" >&2
1127
sleep 3
1128
- msg_box "** Error: insufficient memory. ${mem_available_gb}GB RAM installed, ${1}GB required.
1129
-
1130
-To bypass this check, comment out (add # before the line) 'ram_check X' in the script that you are trying to run.
1131
-Please note this may affect performance. USE AT YOUR OWN RISK!"
+ msg_box "** Error: insufficient memory. ${mem_available_gb}GB RAM installed, ${1}GB required."
1132
exit 1
1133
else
1134
print_text_in_color "$IGreen" "RAM for ${2} OK! ($mem_available_gb GB)"
0 commit comments