From 959c85f57b932545bd9586e78226ebdc93dea178 Mon Sep 17 00:00:00 2001 From: Melloni <66322451+MelloniDev@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:15:12 +0200 Subject: [PATCH] Added fnm to the install menu (#1879) --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 50c8657e..717ba98b 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2630,5 +2630,13 @@ "description": "Fan Control is a free and open-source software that allows the user to control his CPU, GPU and case fans using temperatures.", "link": "https://getfancontrol.com/", "winget": "Rem0o.FanControl" + }, + "WPFInstallfnm": { + "category": "Development", + "choco": "fnm", + "content": "Fast Node Manager", + "description": "Fast Node Manager (fnm) allows you to switch your Node version by using the Terminal", + "link": "https://github.com/Schniz/fnm", + "winget": "Schniz.fnm" } }