Commit Graph

13 Commits

Author SHA1 Message Date
felix e21ccf0769 Aenderungen von Hauptversion übernommen 2025-03-26 20:27:37 +01:00
Mattchis 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.
2023-12-12 13:12:01 -07:00
Mattchis 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.
2023-12-12 12:36:11 -07:00
Adam Price 64799cce62
Merge pull request #1 from Sympatron/main
detect if go is already installed and skip installation
2023-06-03 15:09:05 +01:00
Adam Price 791961bcb9
Changed update command handling
The update command did not prompt to specify the system type as an argument
2023-06-03 15:07:14 +01:00
Sympatron 17e9cd6952 detect if go is already installed and skip installation 2023-04-17 16:10:51 +02:00
Julianno Nogueira 46e483d803
Update rmmagent-linux.sh
Updated code to check unzip installation.
2022-12-16 11:42:29 -03:00
mattchis 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.
2022-12-08 16:59:21 -07:00
mattchis 39a78fcaa2 Fixed issue with double entry of PATH variable with new chek_profile function. 2022-12-08 14:19:13 -07:00
mattchis ff0eb12f2a Added a dependency check for unzip. If unzip is not found the script will exit. 2022-12-08 14:01:15 -07:00
mattchis 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.
2022-12-08 14:01:15 -07:00
Julianno Nogueira 1b3e4950cb
Update rmmagent-linux.sh
Updated the Go installation sources to the latest version
2022-06-15 10:43:37 -03:00
ZoLuSs af13733145
Create rmmagent-linux.sh 2022-04-09 17:25:52 +02:00