Skip to content

Commit

Permalink
Merge pull request #242 from MusicDin/fix/debian-image
Browse files Browse the repository at this point in the history
images: Install policykit instead of pkexec on debian bullseye
  • Loading branch information
tomponline authored Jul 15, 2024
2 parents b6dfac7 + 3385f2c commit b3392a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,12 +1141,27 @@ packages:
releases:
- bullseye

- packages:
- policykit-1
action: install
architectures:
- amd64
- arm64
releases:
- bullseye
types:
- vm

- packages:
- pkexec
action: install
architectures:
- amd64
- arm64
releases:
- bookworm
- trixie
- sid
types:
- vm

Expand Down

0 comments on commit b3392a6

Please sign in to comment.