Commit Graph

  • 9e400fd037 Merge pull request #35 from zimmersi/restore-update-agent-function main Netvolt Serviços Digitais 2025-04-25 13:27:04 +01:00
  • 26dff3af8e fix update process by restoring update_agent function Silvio Zimmer 2025-04-14 10:00:43 +02:00
  • 5686f22ab2 Merge pull request #33 from Brandon-Roff/main Netvolt Serviços Digitais 2025-04-13 18:12:58 +01:00
  • 4f055067f0 Merge branch 'netvolt:main' into main Brandon Roff 2025-03-26 14:33:58 +00:00
  • 2fa5340da4 Update rmmagent-linux.sh Brandon Roff 2025-03-12 20:29:14 +00:00
  • b180eb8483 Update README.md Brandon Roff 2025-03-12 20:06:07 +00:00
  • 87b3685746 Update README.md Netvolt Serviços Digitais 2025-02-06 21:44:26 +00:00
  • b7e927f96b Update README.md Netvolt Serviços Digitais 2025-02-06 21:41:21 +00:00
  • 785444e695 Auto-detect system architecture using uname -m instead of manual input. Brandon Roff 2025-01-29 19:57:06 +00:00
  • 64682083ff Merge pull request #31 from 2br-2b/main Netvolt Serviços Digitais 2025-01-16 20:56:12 +00:00
  • c4518c8113 Merge branch 'main' into main Netvolt Serviços Digitais 2025-01-16 20:55:59 +00:00
  • b8d856ac27 Merge pull request #24 from MatMoul/main Netvolt Serviços Digitais 2025-01-16 20:49:36 +00:00
  • 7620117ecd Merge pull request #22 from MTSmash-TMP-Networks/patch-1 Netvolt Serviços Digitais 2025-01-16 20:47:20 +00:00
  • 2b45925077 Merge pull request #23 from enzo-g/main Netvolt Serviços Digitais 2025-01-16 20:45:46 +00:00
  • 015ab261e3 Replace all domain names with example.com John Wuller 2024-11-25 20:35:23 +00:00
  • 6af2c5072e refactor: Identation correction MatMoul 2024-05-13 19:20:52 +02:00
  • 3b4626714e refactor: Remove unzip dependency MatMoul 2024-05-12 22:43:30 +02:00
  • 6a561c6cf6 Update README.md enzo-g 2024-04-12 23:40:30 +09:00
  • d3283cdbd6 Update rmmagent-linux.sh MTSmash-TMP-Networks 2024-03-13 18:18:24 +01:00
  • 62b3dd71d6 Merge pull request #21 from lazee486/patch-1 Netvolt Serviços Digitais 2024-03-01 09:01:47 -03:00
  • 16fd6bdcb4 Update README.md lazee486 2024-02-29 13:56:51 +02:00
  • 29879b9777 Merge pull request #20 from mattchis/main Netvolt Serviços Digitais 2024-01-13 11:25:15 -03:00
  • 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. 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
  • 311b2f74a0 Merge pull request #17 from truejp/main Netvolt Serviços Digitais 2023-10-09 18:21:31 -03:00
  • 28b9c3d454 Update README.md Philipp Lehnet 2023-09-24 03:13:38 +02:00
  • 141169ceb1 Update README.md Philipp Lehnet 2023-09-24 03:13:01 +02:00
  • cf183cc048 Update README.md Philipp Lehnet 2023-09-24 03:12:45 +02:00
  • 09bbf7149e Update README.md Philipp Lehnet 2023-09-24 03:12:26 +02:00
  • 9e1645e993 Merge pull request #12 from adamprice56/main Netvolt Serviços Digitais 2023-07-04 11:10:45 -03:00
  • 93dd87fd67 Merge pull request #8 from Sympatron/main Netvolt Serviços Digitais 2023-07-04 11:10:16 -03:00
  • 64799cce62 Merge pull request #1 from Sympatron/main Adam Price 2023-06-03 15:09:05 +01:00
  • 791961bcb9 Changed update command handling Adam Price 2023-06-03 15:07:14 +01:00
  • 17e9cd6952 detect if go is already installed and skip installation Sympatron 2023-04-17 16:10:51 +02:00
  • 260c1cb815 Update README.md Julianno Nogueira 2022-12-19 18:53:30 -03:00
  • 46e483d803 Update rmmagent-linux.sh Julianno Nogueira 2022-12-16 11:42:29 -03:00
  • 5e8cfdde0d Merge pull request #3 from mattchis/main Julianno Nogueira 2022-12-11 17:58:03 -03: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
  • 73d79df82f Update README.md Julianno Nogueira 2022-06-15 11:34:28 -03:00
  • df2a27ef2d Update README.md Julianno Nogueira 2022-06-15 10:59:56 -03:00
  • e5100eae74 Update README.md Julianno Nogueira 2022-06-15 10:59:29 -03:00
  • 665c386820 Update README.md Julianno Nogueira 2022-06-15 10:59:13 -03:00
  • 1b3e4950cb Update rmmagent-linux.sh Julianno Nogueira 2022-06-15 10:43:37 -03:00
  • 0954cd3fac Update README.md ZoLuSs 2022-04-09 17:26:44 +02:00
  • af13733145 Create rmmagent-linux.sh ZoLuSs 2022-04-09 17:25:52 +02:00
  • 942bf1b514 Update README.md ZoLuSs 2022-04-09 17:25:33 +02:00
  • b75b8441b4 Initial commit ZoLuSs 2022-04-09 17:25:18 +02:00