Update archivebox-install.sh
This commit is contained in:
parent
e5f2535b6f
commit
201d2ae93e
@ -35,13 +35,7 @@ adduser --system --shell /bin/bash --gecos 'Archive Box User' --group --disabled
|
|||||||
|
|
||||||
cd /opt/archivebox
|
cd /opt/archivebox
|
||||||
uv venv --python 3.12 .venv
|
uv venv --python 3.12 .venv
|
||||||
|
uv pip install "archivebox[all]"
|
||||||
EXTRAS=$(curl -s https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/setup.cfg |
|
|
||||||
awk '/\[options.extras_require\]/,/\[.*\]/' |
|
|
||||||
grep -E '^[a-zA-Z0-9_-]+ *= *' |
|
|
||||||
cut -d= -f1 | tr -d ' ' | paste -sd, -)
|
|
||||||
|
|
||||||
uv pip install "archivebox[$EXTRAS]"
|
|
||||||
uv pip install playwright
|
uv pip install playwright
|
||||||
|
|
||||||
chown -R archivebox:archivebox /opt/archivebox
|
chown -R archivebox:archivebox /opt/archivebox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user