added epel-release to install python3-passlib
This commit is contained in:
parent
2b34303f53
commit
e4c267b03d
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
# if you are a problem to push the repo. Run 'git config http.postBuffer 524288000'
|
||||
# install requirements
|
||||
yum install ftp python3-pip tar git python3-passlib -y
|
||||
dnf install epel-release ftp python3-pip tar git -y
|
||||
dnf install python3-passlib -y
|
||||
|
||||
# config git (use only if we must commit a modification)
|
||||
git config --global user.name "Gilles Mouchet"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user