#!/bin/bash -e tz="$(curl -Ssf https://ipapi.co/timezone)" sudo timedatectl set-timezone "$tz" echo "$tz"