Fix: apply preset after install
All checks were successful
Build package / build-package (push) Successful in 6s

This commit is contained in:
2025-07-29 03:26:06 +08:00
parent 040cf027bc
commit 7821487450
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
pkgname=hl-base-env
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
pkgdesc="Base environment for konchin.com homelab"
arch=(any)

View File

@@ -10,6 +10,11 @@ _package_changed() {
post_install() {
/usr/lib/hl-base-env/install.sh
_package_changed
systemctl preset systemd-networkd.service
systemctl preset systemd-resolved.service
systemctl preset systemd-timesyncd.service
systemctl preset sshd.service
}
post_upgrade() {