4c856c64f7
- Added a variable to specify the Go version. - Added a condition that will check the defined version Go with the version of Go installed on the system. Based on this condition either the defined version of Go gets installed or not.
main
Mattchis
2023-12-12 13:12:01 -07:00
80b3169cd0
- Updated go to 1.21.5 - Added to remove /usr/local/go/ before install go. In some situations there was a compiling issue with go with a previous version installed.
Mattchis
2023-12-12 12:36:11 -07:00
7709e28956
More corrections.
mattchis
2022-12-08 17:10:35 -07:00
32b5b8e258
Corrected misspelled word.
mattchis
2022-12-08 17:08:19 -07:00
60fb82a49f
Added the following: - uninstall_agent function - uninstall_mesh function - User input support for forcibly uninstalling TRMM and Mesh agent. Updated the following: - Updated readme.md with how to use the uninstall feature.
mattchis
2022-12-08 16:59:21 -07:00
39a78fcaa2
Fixed issue with double entry of PATH variable with new chek_profile function.
mattchis
2022-12-08 14:19:13 -07:00
ff0eb12f2a
Added a dependency check for unzip. If unzip is not found the script will exit.
mattchis
2022-12-08 14:00:16 -07:00
81e9aa6fdc
Fixes for the /root/.profile file: - Fixed the issue when installing the LinuxRMM-Script the /root/.profile PATH variable is incorrect. - Added a check_profile function to check the integrity of the /root/.profile PATH variable and correct any issues it my find. Running the update function will correct the profile as well.
mattchis
2022-12-08 13:50:12 -07:00