1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-24 07:37:49 +01:00
2020-07-21 08:18:22 +02:00

7 lines
119 B
Bash
Executable File

#!/bin/sh
case "$2" in
up)
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
;;
esac