mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
feat:added auto NTP and timezone handling
This commit is contained in:
6
config/networkmanager/09-timezone
Normal file
6
config/networkmanager/09-timezone
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
case "$2" in
|
||||
up)
|
||||
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user