From 0cca5b13b26be20afba793200c5de2d54537cb90 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 15 May 2025 11:53:29 +0200 Subject: [PATCH] Updated tools.func (markdown) --- tools.func.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools.func.md b/tools.func.md index 03c3dd5..c194150 100644 --- a/tools.func.md +++ b/tools.func.md @@ -1,5 +1,7 @@ # This page describes all helper functions defined in `misc/tools.func` +The tools.func file is automatically sourced and can be used in all $APP-install.sh files. + ## `install_node_and_modules` Bash Function This function automates the installation of a specified version of Node.js and a list of global Node modules on a Debian-based system. It ensures the desired Node.js version is installed (replacing any existing version if necessary) and installs or updates specified Node.js global modules.