I am managing Linux devices from BigFix console, so I need to install the ControlUp sip-install.sh Agent to all Linux devices.
- need command line
- relevant statement
- I have the sip-install.sh uploaded to BigFix
- 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"