diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 6141e4e..3e3335b 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -59,6 +59,7 @@ $STD useradd librenms -d /opt/librenms -M -r -s "$(which bash)" fetch_and_deploy_gh_release "librenms/librenms" setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ +cd /opt/librenms $STD uv venv .venv $STD source .venv/bin/activate $STD uv pip install -r requirements.txt