Skip to content

Commit

Permalink
**SYSTEM BREAER**: install now *breaks* the system. Jackrabbit Relay …
Browse files Browse the repository at this point in the history
…is NOT intended to share a system with

any other product. IT IS INTENDED TO RUN ON THE VPS STANDALONE.

Changes to be committed:
	modified:   install
  • Loading branch information
rapmd73 committed Mar 27, 2024
1 parent f5da53a commit 9aec7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ x$1 != 'xnopull' ] ; then

for i in `cat requirements.txt` ; do
# --break-system-packages
$pip3 install -U $i
$pip3 install -U $i --break-system-packages
done

for i in $BaseDir/Data/*.symbolmap ; do
Expand Down

0 comments on commit 9aec7d7

Please sign in to comment.