Update README.md

For now only deb11 support,
This commit is contained in:
M0VUB 2022-01-29 00:58:07 +00:00 committed by GitHub
parent 9a45af68f6
commit 5cd7b3d287
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 10 / 11 This is a multi-arch docker installer for HBlink3 and HBmonV2 combined for Debian 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 10 or 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.
```sh ```sh
apt-get install -y git apt-get install -y git
``` ```