Skip to content
Snippets Groups Projects
Verified Commit e46ac8d6 authored by Martin Weise's avatar Martin Weise
Browse files

Updated the install script

parent af4426c9
No related branches found
No related tags found
No related merge requests found
---
title: I AM DIFFERENT
subtitle: hello subtitle
----
HELLO FROM INFO TXT 2
......@@ -29,7 +29,7 @@ if [[ $SKIP_CHECKS -eq 0 ]]; then
else
echo "vCPU ${CPU} OK"
fi
RAM=$(free -g -t | awk 'NR==2 {print $4}')
RAM=$(free -g -t | awk 'NR==2 {print $7}')
if [[ $RAM -lt $MIN_RAM ]]; then
echo "You do not have enough RAM free resources:"
echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment