Has anyone had any issues getting the "--nowizard" to work when compiling the unix agent on linux?
I am trying to install it using one line:
env PERl_AUTOINSTALL=1 perl Makefile.PL && make && make install && perl postinst.pl --nowizard --server=https://<myserverfqdn>/ocsinventory --crontab --logfile=/var/log/ocsinventory-agent.log --download --now --ca=/ocs/cacert.pem --basevardir=/var/lib/ocsinventory-agent --configdir=/etc/ocsinventory-agent
At the end of running, the wizard still comes up at the end.