From 813aa00f4072268019d0a96062c9fa7cb546149a Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:11:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a80b4e..5cfc5bd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This installer includes all the usual libs and packages including apache2, php a ### Prerequisite System must be dabian 11. This script has been tested on most architectures but the system requires at a minimum the required spec to run docker and additional procceses! The system must be up-to-date and have Git installed. You can install Git from the CLI. +Note* If you get a Locale error(s) (LC_CTYPE=UTF-8, which is wrong) can happen when you login over ssh from a Mac to a linux box, and your terminal automatically sets environment variables. There's a checkbox for that. Uncheck it, and you're good to go. +Make sure your system is up-to-date and pull Git from the apt repo. ```sh apt-get install -y git ```