mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-10-31 23:22:49 +00:00
Update : Fix pip/pip3 + flag buster freeradius package
This commit is contained in:
parent
3aeea5827d
commit
aeeb26af94
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue