Change user
This commit is contained in:
parent
171626edba
commit
11d6a33da1
@ -33,6 +33,7 @@ msg_info "Installing ArchiveBox"
|
|||||||
mkdir -p /opt/archivebox/{data,.npm,.cache,.local}
|
mkdir -p /opt/archivebox/{data,.npm,.cache,.local}
|
||||||
adduser --system --shell /bin/bash --gecos 'Archive Box User' --group --disabled-password --home /home/archivebox archivebox
|
adduser --system --shell /bin/bash --gecos 'Archive Box User' --group --disabled-password --home /home/archivebox archivebox
|
||||||
|
|
||||||
|
sudo -u archivebox bash
|
||||||
cd /opt/archivebox
|
cd /opt/archivebox
|
||||||
uv venv --python 3 .venv
|
uv venv --python 3 .venv
|
||||||
uv pip install "archivebox[all]"
|
uv pip install "archivebox[all]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user