mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/sh
|
|
#
|
|
# Update our hwclock for system drift
|
|
|
|
/sbin/hwclock --adjust
|