mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #86] Software Chocolatey hardcoded versions #44
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#44
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?
Originally created by @Cannonballitk on GitHub (Aug 31, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/86
Example:
When installing Citrix Workspace Tacticalrmm shows old version and redirects to a newer version on Chocolatey.
The install command is Command line: "C:\ProgramData\Chocolatey\choco.exe" install citrix-workspace --version 19.11.0.50 --no-progress --yes
Wat is the version number in TacticalRMM but not in Chocolatey. Is there a way to update the repository?
@wh1te909 commented on GitHub (Aug 31, 2020):
Hi so yea when you first install tacticalrmm it uses this file https://github.com/wh1te909/tacticalrmm/blob/develop/api/tacticalrmm/software/chocos.json
to seed the database with an initial list of software, I created that file a long time ago so that's why versions are old.
There is a background job that runs every night at 4am, it will basically pick one agent that's online at random and run a chocolately list command to get the latest software versions from chocolately's website, and then update the database, for example here is what mine looks like
If you want to manually update the chocolatey database you can do this (this is what runs every night around 4am)
Then wait a bit and it should update software list.