diff --git a/install/vst-install.sh b/install/vst-install.sh index 4220694f..c998f91c 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -132,8 +132,8 @@ fi # Check server type if [ "$memory" -lt '350000' ] && [ -z "$force" ]; then - echo "Error: not enought memory to install Vesta Control Panel." - echo -e "\nMinimum RAM requried: 350Mb" + echo "Error: not enough memory to install Vesta Control Panel." + echo -e "\nMinimum RAM required: 350Mb" echo 'If you want to force installation run this script with -f option:' echo "Example: bash $0 --force" exit 1