hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/01-fix-timezone.sh

4 lines
76 B
Bash
Raw Normal View History

2019-10-05 06:24:08 +00:00
#!/bin/bash
rm /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime