Fix argon2 dependency
This commit is contained in:
parent
faea3a8fcc
commit
2de0c4e455
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue