8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 07:36:21 +00:00

Update : Fix pip/pip3 + flag buster freeradius package

This commit is contained in:
Gabriel Detraz 2020-05-16 16:41:41 +02:00
parent 3aeea5827d
commit aeeb26af94
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ fonts-font-awesome
graphviz
git
gettext
libfreeradius3=3.0.21+dfsg-1~bpo10+1
freeradius-utils=3.0.21+dfsg-1~bpo10+1
freeradius=3.0.21+dfsg-1~bpo10+1
freeradius-common
freeradius-python3
python3-dev

View file

@ -92,7 +92,7 @@ install_radius_requirements() {
echo "Setting up the required packages ..."
cat $APT_RADIUS_REQ_FILE | xargs apt-get -y install
python -m pip install -r $PIP_REQ_FILE
pip3 install -r $PIP_REQ_FILE
echo "Setting up the required packages: Done"
}