* Revert changes made in #355 that broke the script.
* Revert partial changes made in #356
By just removing the quotes in line 81 i could make the script work again
* osupdate yum revert
Realized i had a centos to test
* Fix curl error
`curl: (3) URL using bad/illegal format or missing URL`
Not sure how to properly fix it but moving the hardcode flags to the variable so its not empty did fix it. The curl error caused to push down all values 1 line which made them mismatch in librenms.
* Update osupdate
* Update phpfpmsp
Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
* Fix package manager detection
* use release file for os detection
* Use command to to validate package manager type
* check if exists and the execute permission is granted
* make script more portable