- Update README - Run shellcheck on .sh files - Add helper scripts - Remove eirene vm variant - Add post-install checklist Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
8 lines
163 B
Bash
8 lines
163 B
Bash
case "$2" in
|
|
connectivity-change)
|
|
if timezone=$(curl --fail https://ipapi.co/timezone); then
|
|
timedatectl set-timezone "${timezone}"
|
|
fi
|
|
;;
|
|
esac
|