From 6a3cfb7f758e3de032b881bbbf871318335276e7 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 8 Apr 2025 12:08:53 +0200 Subject: [PATCH] tiny arg --- human-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/human-script.md b/human-script.md index 53b3674..f197d76 100644 --- a/human-script.md +++ b/human-script.md @@ -882,7 +882,7 @@ sudo apt-get install -y postgresql-client-16 - You can use the following script to install python and some required packages: ```bash -sudo apt-get install python3.10 python3.10-venv +sudo apt-get install -y python3.10 python3.10-venv ``` #### 080.1.5 Create user in DWH