enleve apt upgrade
This commit is contained in:
parent
206291e753
commit
2a8ecb7f18
@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/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 errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
GITUSR=gitgsb
|
GITUSR=gitgsb
|
||||||
GITPRJ=gsb2023
|
GITPRJ=gsb2023
|
||||||
apt update && apt upgrade
|
apt-get update
|
||||||
apt install -y apache2 git
|
apt-get install -y apache2 git
|
||||||
STOREREP="/var/www/html/gsbstore"
|
STOREREP="/var/www/html/gsbstore"
|
||||||
|
|
||||||
GLPIREL=10.0.6
|
GLPIREL=10.0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user