Feat: add ntp settings
All checks were successful
Build package / build-package (push) Successful in 9s
All checks were successful
Build package / build-package (push) Successful in 9s
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user