Update LibreNSM

This commit is contained in:
Michel Roegl-Brunner
2025-05-15 10:15:31 +02:00
parent 80ff5a19a6
commit 1e39073985
2 changed files with 3 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ 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/
chown -R librenms:librenms /opt/librenms/.local
$STD su librenms -s /bin/bash -c "pip3 install -r /opt/librenms/requirements.txt"
pip3 install --no-user -r /opt/librenms/requirements.txt
cp /opt/librenms/.env.example /opt/librenms/.env