melawy-archiso-config/Melawy-Linux-NetInstall/airootfs/etc/NetworkManager/dispatcher.d/09-timezone

7 lines
136 B
Plaintext
Raw Normal View History

2024-10-07 12:54:30 +05:00
#!/bin/sh
case "$2" in
connectivity-change)
timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
;;
esac