Skip to content

Commit

Permalink
Update 'packaging'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaden78 committed Jul 31, 2024
1 parent af7a178 commit 64a1ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PYTHON3=/opt/ajenti/bin/python3
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti Dev Multitool"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PYTHON3=/opt/ajenti/bin/python3
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti"
Expand Down

0 comments on commit 64a1ef8

Please sign in to comment.