Skip to content

Commit d39421f

Browse files
authored
remove instructions on how to bypass ram check (#2455)
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 854deb3 commit d39421f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,10 +1125,7 @@ then
11251125
print_text_in_color "$IRed" "Error: ${1} GB RAM required to install ${2}!" >&2
11261126
print_text_in_color "$IRed" "Current RAM is: ($mem_available_gb GB)" >&2
11271127
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!"
1128+
msg_box "** Error: insufficient memory. ${mem_available_gb}GB RAM installed, ${1}GB required."
11321129
exit 1
11331130
else
11341131
print_text_in_color "$IGreen" "RAM for ${2} OK! ($mem_available_gb GB)"

0 commit comments

Comments
 (0)