Fix: apply install script more often
All checks were successful
Build package / build-package (push) Successful in 8s
All checks were successful
Build package / build-package (push) Successful in 8s
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
_keyuid='Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
|
_keyuid='Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
|
||||||
|
|
||||||
_package_changed() {
|
_package_changed() {
|
||||||
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
|
/usr/lib/hl-base-env/install.sh
|
||||||
|
|
||||||
pacman-key --add /usr/share/hl-base-env/hl-package.pem && \
|
pacman-key --add /usr/share/hl-base-env/hl-package.pem && \
|
||||||
pacman-key --lsign-key "$_keyuid"
|
pacman-key --lsign-key "$_keyuid"
|
||||||
|
|
||||||
|
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
|
||||||
update-ca-trust
|
update-ca-trust
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
/usr/lib/hl-base-env/install.sh
|
|
||||||
_package_changed
|
_package_changed
|
||||||
|
|
||||||
systemctl preset systemd-networkd.service
|
systemctl preset systemd-networkd.service
|
||||||
|
|||||||
Reference in New Issue
Block a user