Skip to content

Commit

Permalink
Fix installer saying "This computer has less than the recommended GB …
Browse files Browse the repository at this point in the history
…of RAM"
  • Loading branch information
themylogin committed Dec 10, 2018
1 parent 81f00e1 commit b1dfa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenas-installer/etc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pre_install_check()

if [ ${memsize} -lt ${minmem} ]; then
dialog --clear --title "${AVATAR_PROJECT}" --defaultno \
--yesno "This computer has less than the recommended ${minmemgb} GB of RAM.\n\nOperation without enough RAM is not recommended. Continue anyway?" 7 74 || return 1
--yesno "This computer has less than the recommended 8 GB of RAM.\n\nOperation without enough RAM is not recommended. Continue anyway?" 7 74 || return 1
fi
return 0
}
Expand Down

0 comments on commit b1dfa42

Please sign in to comment.