diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-19 14:41:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-19 14:41:21 -0300 |
commit | c7fe3920bcbcee5d3946b50037e071af4b6394cb (patch) | |
tree | 74c8f910e82a3b5e2ae8a624bc6edbc673ba412b /scripts | |
parent | b188394b81a77a73232a408d987e27991a557274 (diff) | |
download | templates-c7fe3920bcbcee5d3946b50037e071af4b6394cb.tar.gz templates-c7fe3920bcbcee5d3946b50037e071af4b6394cb.tar.bz2 |
Updates docs
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/provision b/scripts/provision index 1b0a8af..7e888c8 100755 --- a/scripts/provision +++ b/scripts/provision @@ -13,7 +13,7 @@ DEPENDENCIES="mkdocs apache2 python3-pip pandoc pandoc-citeproc" DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex python3-tqdm" # PyPI dependencies -DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-static-i18n" +DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n" # Ensure an up-to-date system sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean |