Update README.md

This commit is contained in:
M0VUB 2022-02-01 00:11:56 +00:00 committed by GitHub
parent 04716be452
commit 813aa00f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ This installer includes all the usual libs and packages including apache2, php a
### Prerequisite ### 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. 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 ```sh
apt-get install -y git apt-get install -y git
``` ```