Skip to content

Commit

Permalink
alt: Install usrmerge-hier-convert right after unpack
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Apr 30, 2024
1 parent 5593c33 commit ebf4128
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions images/alt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ packages:
cleanup: true

sets:
- packages:
- usrmerge-hier-convert
action: install
releases:
- Sisyphus

- packages:
- sudo
- vim-console
Expand All @@ -153,6 +147,17 @@ actions:
mkdir -p /run/lock
- trigger: post-unpack
action: |-
#!/bin/sh
set -eux
apt-get update
apt-get install usrmerge-hier-convert --yes
releases:
- Sisyphus

- trigger: post-packages
action: |-
#!/bin/sh
Expand Down

0 comments on commit ebf4128

Please sign in to comment.