File: install-deb-README.md

package info (click to toggle)
fusioninventory-agent 1%3A2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,492 kB
  • sloc: perl: 120,896; xml: 9,459; sh: 760; python: 26; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Original contrib from [J-C-P InstallFusionInventoryAgentForDebian repository](https://github.com/J-C-P/InstallFusionInventoryAgentForDebian)

# InstallFusionInventoryAgentForDebian
Script to make the FusionInventory agent installation unattended on Debian and Ubuntu systems.

## Prerequisites
- Internet connection
- wget package

## How to
To install FusionInventory agent on Debian or Ubuntu, check the options (end of the line) and execute 
```
wget -O - https://raw.github.com/fusioninventory/fusioninventory-agent/develop/contrib/unix/install-deb.sh | bash -s -- --version 2.5.1-1 --taskcollect true --tasknetwork true --tasknetwork true --taskesx true --agentconfig "server = https://myserver.mydomain.local/glpi/plugins/fusioninventory|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/fusioninventory/fusioninventory-agent/develop/contrib/unix/install-deb.sh | bash -s -- --help
```