From 931e499bd143469c08b5607fbda45c355632314f Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 27 Feb 2022 00:56:52 +0100 Subject: [PATCH] Fix README.MD --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e7fffbf..bb3f260 100644 --- a/README.MD +++ b/README.MD @@ -14,8 +14,8 @@ debmaker_run ### packages available in shared repository - - [authelia](#authelia) - [adguardhome](#adguardhome) + - [authelia](#authelia) - [element-web](#element-web) - [gotify](#gotify) - [grocy](#grocy) @@ -28,6 +28,7 @@ debmaker_run - [zigbee2mqtt](#zigbee2mqtt) #### adguardhome +```bash apt install -y wget ca-certificates wget -qO - https://deb.lgy.fr/install.sh | bash apt-get update @@ -36,8 +37,10 @@ apt-get install -y adguardhome systemctl enable --now adguardhome #configuration with http://:3000 +``` #### authelia +```bash apt install -y wget ca-certificates wget -qO - https://deb.lgy.fr/install.sh | bash apt-get update @@ -46,6 +49,7 @@ apt-get install -y authelia #Edit /etc/authelia/configuration.yml systemctl enable --now authelia +``` #### element-web