Update prep-server.sh

add dpkg-reconfigure tzdata
This commit is contained in:
cedricAbonnel 2020-06-17 22:29:06 +02:00 committed by GitHub
parent c3ba59d3b9
commit 354d77911d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ if [[ "${UID}" -ne 0 ]]; then
exit 1
fi
printMessage "\n[NFO] Configuration de la timezone"
dpkg-reconfigure tzdata
printMessage "\n[NFO] Installation des programmes"
apt -y update
apt -y upgrade