mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
- also fixes a problem of generating caches all over again - change cache date scheme name to force rebuild them all
8 lines
239 B
Bash
8 lines
239 B
Bash
#
|
|
# Extension to manage network time synchronization with Chrony
|
|
#
|
|
function add_host_dependencies__install_chrony() {
|
|
display_alert "Extension: ${EXTENSION}: Installing additional packages" "chrony" "info"
|
|
add_packages_to_image chrony
|
|
}
|