From 4207c6dcc8b9fa69ce283896f1f2d11ef1363c2d Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 15 May 2025 13:29:42 +0200 Subject: [PATCH] Updated tools.func (markdown) --- tools.func.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools.func.md b/tools.func.md index 204c3ee..9cc175d 100644 --- a/tools.func.md +++ b/tools.func.md @@ -78,10 +78,11 @@ NODE_VERSION=20 NODE_MODULE="yarn@latest,@vue/cli-service@5.0.0" install_node_an ### Usage ```bash -# Install default PostgreSQL version install_postgresql +``` -# Install a specific version +Specifie a Version: +```bash PG_VERSION=15 install_postgresql ``` @@ -215,7 +216,7 @@ PHP_MODULE="mysql,redis" install_php - Ensures the Composer binary is executable system-wide. - Allows installation as root by setting `COMPOSER_ALLOW_SUPERUSER=1`. -## Usage +### Usage Simply call the function: @@ -236,7 +237,7 @@ install_composer - Replaces any existing Go installation if the version differs. -## Usage +### Usage Simply call the function: