From 69098ad15a8ab2fafac4d73b4534fd0248d56ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:06:08 +0100 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index c2c9317..3b50f00 100755 --- a/scripts/install +++ b/scripts/install @@ -17,6 +17,8 @@ fpm_footprint="low" fpm_free_footprint=0 fpm_usage="low" +timezone="$(cat /etc/timezone)" + #================================================= # STORE SETTINGS FROM MANIFEST #=================================================