Need to deploy application to Linux devices

I am managing Linux devices from BigFix console, so I need to install the ControlUp sip-install.sh Agent to all Linux devices.

  1. need command line
  2. relevant statement
  3. I have the sip-install.sh uploaded to BigFix
  4. The command line must be related to the installation agent

Are you using any arguments as wellsuch as tenant url or registration key. If yes then that needs to be defined in action script

Oce prefetched you can execute the script though. Sample bigfix script -

wait chmod +x __Download/sip-install.sh

// Execute the script

wait /bin/sh -c "cd __Download && ./sip-install.sh"