mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-12 00:40:11 +00:00
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Enable NTP
|
|
timedatectl set-ntp true
|