Feat: add ntp settings
All checks were successful
Build package / build-package (push) Successful in 9s

This commit is contained in:
2025-07-28 23:49:59 +08:00
parent daae0e91de
commit 677de98317
3 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,15 @@
post_install() {
_package_changed() {
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
update-ca-trust
systemctl enable --now systemd-timesyncd.service
}
post_install() {
_package_changed
}
post_upgrade() {
_package_changed
}
pre_remove() {