Set timezone to Lisbon

This commit is contained in:
2024-05-07 19:37:46 +01:00
parent 7fd0f62738
commit 9ea85d72fb

View File

@@ -1,5 +1,6 @@
#! /bin/bash
source dotfiles/.bashrc
sudo timedatectl set-timezone Europe/Lisbon
# Install Paru
if [ ! $(command -v paru) ]; then