mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-18 13:18:40 +00:00
4c8034f5a6
chore: Standardize all python scripts on #!/usr/bin/python3 chore: Update path for ds-inhibit patch chore(readme): Remove unused package
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
# Enable NTP
|
|
timedatectl set-ntp true
|