mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1352] WIP: Simplified Agent Installer #1850
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1850
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/1352
Author: @SoarinFerret
Created: 11/14/2022
Status: 🔄 Open
Base:
develop← Head:one-liner-installers📝 Commits (4)
3ab9f6aadd code for bash onelinerd63efeafix token code2d6d074fix black formattinge3cb957Merge 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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.