Update 'docs/index.md'

This commit is contained in:
dickreckard 2019-11-06 01:59:38 +01:00
parent 8547f1888b
commit e8d87e7cdd

View File

@ -548,7 +548,7 @@ $ mkdir /var/www/bibliotecha
And then we download the default page into location: And then we download the default page into location:
```bash ```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 $ wget https://git.vvvvvvaria.org/varia/bibliotecha-captive-portal/raw/branch/master/index.html -O /var/www/bibliotecha/index.html
``` ```