added epel-release to install python3-passlib

This commit is contained in:
Gilles Mouchet 2025-01-20 12:52:00 +01:00
parent 2b34303f53
commit e4c267b03d

View File

@ -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"