[PR #1352] WIP: Simplified Agent Installer #3803

Open
opened 2026-03-14 07:39:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/1352
Author: @SoarinFerret
Created: 11/14/2022
Status: 🔄 Open

Base: developHead: one-liner-installers


📝 Commits (4)

  • 3ab9f6a add code for bash oneliner
  • d63efea fix token code
  • 2d6d074 fix black formatting
  • e3cb957 Merge branch 'develop' into one-liner-installers

📊 Changes

4 files changed (+100 additions, -25 deletions)

View changed files

📝 api/tacticalrmm/agents/urls.py (+1 -0)
📝 api/tacticalrmm/agents/utils.py (+56 -23)
📝 api/tacticalrmm/agents/views.py (+27 -2)
📝 api/tacticalrmm/core/agent_linux.sh (+16 -0)

📄 Description

The goal of this PR is to update the current agent installer (primarily for linux) to provide a simple command to copy/paste and then run on a remote server without having to copy an installer script around. If this is something of use to the devs, I would like to continue the work here to allow the same functionality on Windows. The macOS install command is pretty close to this already.

Here are the UI changes (provided in a separate PR on the amidaware/tacticalrmm-web repo)

image

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/1352 **Author:** [@SoarinFerret](https://github.com/SoarinFerret) **Created:** 11/14/2022 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `one-liner-installers` --- ### 📝 Commits (4) - [`3ab9f6a`](https://github.com/amidaware/tacticalrmm/commit/3ab9f6a87167fc7d50f9690e00d3870f7a766082) add code for bash oneliner - [`d63efea`](https://github.com/amidaware/tacticalrmm/commit/d63efea03999f2f25845dbff29f9f82074f1c24d) fix token code - [`2d6d074`](https://github.com/amidaware/tacticalrmm/commit/2d6d07437532ba62bae23545cf0712195a12c475) fix black formatting - [`e3cb957`](https://github.com/amidaware/tacticalrmm/commit/e3cb9579258bb3f99147ab9947399fda7271c5b6) Merge branch 'develop' into one-liner-installers ### 📊 Changes **4 files changed** (+100 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/urls.py` (+1 -0) 📝 `api/tacticalrmm/agents/utils.py` (+56 -23) 📝 `api/tacticalrmm/agents/views.py` (+27 -2) 📝 `api/tacticalrmm/core/agent_linux.sh` (+16 -0) </details> ### 📄 Description The goal of this PR is to update the current agent installer (primarily for linux) to provide a simple command to copy/paste and then run on a remote server without having to copy an installer script around. If this is something of use to the devs, I would like to continue the work here to allow the same functionality on Windows. The macOS install command is pretty close to this already. Here are the UI changes (provided in a separate PR on the amidaware/tacticalrmm-web repo) ![image](https://user-images.githubusercontent.com/33401067/201568441-fb520363-f254-44bf-bf78-0dc4a6d83d8f.png) ![image](https://user-images.githubusercontent.com/33401067/201568507-9eaa9665-2416-48f5-bc68-c54e2a503afe.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3803
No description provided.