Skip to content

Commit

Permalink
Add Podman to requires so Podman is installed _before_ PodmanDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
gregneagle committed Mar 24, 2023
1 parent 05bb7e4 commit 2c155e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Podman/PodmanDesktop.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Podman Desktop requires podman -- set PODMAN_MUNKI_ITEM_NAME to the name of your
<string>PodmanDesktop</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>utilities</string>
<key>MUNKI_PODMAN_NAME</key>
<string>Podman</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
Expand All @@ -27,6 +29,10 @@ Podman Desktop requires podman -- set PODMAN_MUNKI_ITEM_NAME to the name of your
<string>%NAME%</string>
<key>name</key>
<string>%NAME%</string>
<key>requires</key>
<array>
<string>%MUNKI_PODMAN_NAME%</string>
</array>
<key>unattended_install</key>
<true/>
<key>unattended_uninstall</key>
Expand Down

0 comments on commit 2c155e7

Please sign in to comment.