Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 986 Bytes

install-deb-README.md

File metadata and controls

24 lines (19 loc) · 986 Bytes

Original contrib from J-C-P InstallFusionInventoryAgentForDebian repository for FusionInventory Agent

Install GLPI-Agent For Debian

Script to make the GLPI agent installation unattended on Debian and Ubuntu systems.

Prerequisites

  • Internet connection
  • wget package

How to

To install GLPI agent on Debian or Ubuntu, check the options (end of the line) and execute

wget -O - https://raw.github.com/glpi-project/glpi-agent/develop/contrib/unix/install-deb.sh | bash -s -- --version 1.0-1 --taskcollect true --tasknetwork true --tasknetwork true --taskesx true --agentconfig "server = https://myserver.mydomain.local/glpi/f|no-ssl-check = 1|httpd-trust = 192.168.0.25"

Tested on

  • Debian 10 x64 (kernel 4.19.0-6-amd64)
  • Ubuntu 18.04 LTS (4.15.0-64-generic)

To get help

run

wget -O - https://raw.github.com/glpi-project/glpi-agent/develop/contrib/unix/install-deb.sh | bash -s -- --help