From e8d87e7cdd45112125a0c124a409d535e218e346 Mon Sep 17 00:00:00 2001 From: dickreckard Date: Wed, 6 Nov 2019 01:59:38 +0100 Subject: [PATCH] Update 'docs/index.md' --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 63c582d..b8f7ed7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -548,7 +548,7 @@ $ mkdir /var/www/bibliotecha And then we download the default page into location: ```bash -$ apt install -y wget git +$ apt install -y wget git python3-venv $ wget https://git.vvvvvvaria.org/varia/bibliotecha-captive-portal/raw/branch/master/index.html -O /var/www/bibliotecha/index.html ```