From 2a8ecb7f1893548f7a2a7793cd0bccd8f1a9f5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAlbert?= Date: Wed, 1 Feb 2023 14:36:59 +0100 Subject: [PATCH] enleve apt upgrade --- pre/inst-depl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pre/inst-depl b/pre/inst-depl index 922eedb..95b160d 100644 --- a/pre/inst-depl +++ b/pre/inst-depl @@ -1,12 +1,13 @@ #!/bin/bash -## aa : 2023-04-18 15:25 +## aa : 2023-01-18 15:25 +## ps : 2023-02-01 15:25 set -o errexit set -o pipefail GITUSR=gitgsb GITPRJ=gsb2023 -apt update && apt upgrade -apt install -y apache2 git +apt-get update +apt-get install -y apache2 git STOREREP="/var/www/html/gsbstore" GLPIREL=10.0.6