mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 18:41:19 +00:00
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
|