add chrony for time syncing

This commit is contained in:
desolate
2026-05-19 16:22:34 +03:00
parent b3c6a4ebee
commit 57c1ec05d0
6 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "chrony"
+1
View File
@@ -10,6 +10,7 @@ INSTALLING PACKAGES:
. "$PACKAGES_DIR/install-bash-completion.sh"
. "$PACKAGES_DIR/install-bat.sh"
. "$PACKAGES_DIR/install-btop.sh"
. "$PACKAGES_DIR/install-chrony.sh"
. "$PACKAGES_DIR/install-dbus.sh"
. "$PACKAGES_DIR/install-emptty.sh"
. "$PACKAGES_DIR/install-eza.sh"