Commit 2dbab91bcadeb2acb6a8399e46d3bbdfc07e4bb6
Commits[COMMIT BEGIN]commit 2dbab91bcadeb2acb6a8399e46d3bbdfc07e4bb6 Author: 0x4248 <[email protected]> Date: Fri Dec 26 18:38:40 2025 +0000 patches/exec: [DEB] NTP fix Signed-off-by: 0x4248 <[email protected]> diff --git a/systems/linux/patches/exec/README b/systems/linux/patches/exec/README new file mode 100644 index 0000000..b4133bb --- /dev/null +++ b/systems/linux/patches/exec/README @@ -0,0 +1,4 @@ +EXEC +==== + +These are more shell commands to fix a few issues with things. They end in .sh \ No newline at end of file diff --git a/systems/linux/patches/exec/debian/ntp-fix.sh b/systems/linux/patches/exec/debian/ntp-fix.sh new file mode 100644 index 0000000..fdbbe45 --- /dev/null +++ b/systems/linux/patches/exec/debian/ntp-fix.sh @@ -0,0 +1,6 @@ +# Enables NTP on Debian-based systems and can fix some synchronization issues. +sudo apt update +sudo apt install systemd-timesyncd +sudo timedatectl set-ntp true +sudo systemctl enable systemd-timesyncd +sudo systemctl start systemd-timesyncd \ No newline at end of file[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.