Skip to content

Commit

Permalink
Added orjson to post installation script for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole authored and devos50 committed Dec 31, 2019
1 parent d3c1f02 commit 0e4136e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/tribler.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ if which pip3 >/dev/null 2>&1; then
pip3 install --upgrade lz4
# 2019-11-06; Add pyqtgraph; Check #https://github.com/Tribler/tribler/issues/4936
pip3 install --upgrade pyqtgraph
# 2019-12-18; Add orjson; used for usenix experimental release
pip3 install --upgrade orjson
fi
2 changes: 2 additions & 0 deletions debian/tribler.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if which pip3 >/dev/null 2>&1; then
pip3 uninstall -y lz4
# Remove pyqtgraph
pip3 uninstall -y pyqtgraph
# Remove orjson
pip3 uninstall -y orjson
# Remove wheel the last
pip3 uninstall -y wheel
fi

0 comments on commit 0e4136e

Please sign in to comment.