diff --git a/ct/freepbx.sh b/ct/freepbx.sh index 5ac1cb7..956ea8b 100644 --- a/ct/freepbx.sh +++ b/ct/freepbx.sh @@ -6,7 +6,7 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/ # Source: https://www.freepbx.org/ APP="FreePBX" -var_tags="" +var_tags="pbx;voip;telephony" var_cpu="${var_cpu:-1}" var_ram="${var_ram:-1024}" var_disk="${var_disk:-20}" diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 28f858e..fbde4e4 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -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