Update README.md

Debian 9 not supported. Now supports debian 10 but 11 is recommended.
This commit is contained in:
M0VUB 2022-02-01 02:31:54 +00:00 committed by GitHub
parent 32def70170
commit 1cab8401c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# HBlink3 Docker Installer # HBlink3 Docker Installer
This is a multi-arch docker installer for HBlink3 and HBmonV2 combined for Debian 11 This is a multi-arch docker installer for HBlink3 and HBmonV2 combined for Debian 10 or 11
![HBlink](img/HBLINK_logoV1.png "HBlink") ![HBlink](img/HBLINK_logoV1.png "HBlink")
@ -19,7 +19,7 @@ HBMonv2 which is a dashboard designed for HBlink3 by SP2ONG! This runs side by s
This installer includes all the usual libs and packages including apache2, php and python3. This installer includes all the usual libs and packages including apache2, php and python3.
### 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 10 or 11.This script is is not advisable to run this installer on Debian 9. 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. 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. Make sure your system is up-to-date and pull Git from the apt repo.
```sh ```sh