From 2de0c4e455e6e892ef42072801f2ea3596f61038 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 25 Jan 2019 21:27:43 +0000 Subject: [PATCH] Fix argon2 dependency --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 357030b..2dee25e 100644 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ sudo apt update sudo apt install -y python3-pip npm -sudo pip3 install -U django uwsgi django-two-factor-auth django-bootstrap-form twilio argon2 +sudo pip3 install -U django uwsgi django-two-factor-auth django-bootstrap-form twilio argon2_cffi useradd vpn git submodule init git submodule update