From e722737ad6addde287cb3f7d2a27894f16fb52bd Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 3 Feb 2026 10:29:21 +0400 Subject: [PATCH] sudo apt install systemd-timesyncd --- src/trixie.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trixie.sh b/src/trixie.sh index fc69bb1..c2c73d2 100755 --- a/src/trixie.sh +++ b/src/trixie.sh @@ -11,7 +11,7 @@ REQUIRED_PACKAGES=( bash-completion vim micro git wget htop jq unzip tilix - zram-tools + zram-tools systemd-timesyncd ) # FUNCTIONS