Updated tools.func (markdown)
parent
a49d40fb7e
commit
4207c6dcc8
@ -78,10 +78,11 @@ NODE_VERSION=20 NODE_MODULE="yarn@latest,@vue/cli-service@5.0.0" install_node_an
|
|||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install default PostgreSQL version
|
|
||||||
install_postgresql
|
install_postgresql
|
||||||
|
```
|
||||||
|
|
||||||
# Install a specific version
|
Specifie a Version:
|
||||||
|
```bash
|
||||||
PG_VERSION=15 install_postgresql
|
PG_VERSION=15 install_postgresql
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -215,7 +216,7 @@ PHP_MODULE="mysql,redis" install_php
|
|||||||
- Ensures the Composer binary is executable system-wide.
|
- Ensures the Composer binary is executable system-wide.
|
||||||
- Allows installation as root by setting `COMPOSER_ALLOW_SUPERUSER=1`.
|
- Allows installation as root by setting `COMPOSER_ALLOW_SUPERUSER=1`.
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||
Simply call the function:
|
Simply call the function:
|
||||||
|
|
||||||
@ -236,7 +237,7 @@ install_composer
|
|||||||
- Replaces any existing Go installation if the version differs.
|
- Replaces any existing Go installation if the version differs.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||
Simply call the function:
|
Simply call the function:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user