Update prep-server.sh
add dpkg-reconfigure tzdata
This commit is contained in:
@@ -32,6 +32,9 @@ if [[ "${UID}" -ne 0 ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
printMessage "\n[NFO] Configuration de la timezone"
|
||||||
|
dpkg-reconfigure tzdata
|
||||||
|
|
||||||
printMessage "\n[NFO] Installation des programmes"
|
printMessage "\n[NFO] Installation des programmes"
|
||||||
apt -y update
|
apt -y update
|
||||||
apt -y upgrade
|
apt -y upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user