From ffca569e277d2ee138de19eebafbd9fff6c4c094 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 7 May 2024 19:37:46 +0100 Subject: [PATCH] Set timezone to Lisbon --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 092f28b4..934d1137 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #! /bin/bash source dotfiles/.bashrc +sudo timedatectl set-timezone Europe/Lisbon # Install Paru if [ ! $(command -v paru) ]; then