add chrony for time syncing
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "chrony"
|
||||
@@ -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"
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_service "chronyd"
|
||||
@@ -6,6 +6,7 @@ gum style --foreground 4 "
|
||||
INSTALLING SERVICES:
|
||||
"
|
||||
|
||||
. "$SERVICES_DIR/install-chronyd.sh"
|
||||
. "$SERVICES_DIR/install-dbus.sh"
|
||||
. "$SERVICES_DIR/install-emptty.sh"
|
||||
. "$SERVICES_DIR/install-seatd.sh"
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
run_service "chronyd"
|
||||
@@ -6,6 +6,7 @@ gum style --foreground 4 "
|
||||
RUNNING SERVICES:
|
||||
"
|
||||
|
||||
. "$SERVICES_DIR/run-chronyd.sh"
|
||||
. "$SERVICES_DIR/run-dbus.sh"
|
||||
. "$SERVICES_DIR/run-emptty.sh"
|
||||
. "$SERVICES_DIR/run-seatd.sh"
|
||||
|
||||
Reference in New Issue
Block a user