Skip to content

Commit

Permalink
python: setup: fedora: Install ipmitool on AADP
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 12, 2023
1 parent 5347ef3 commit 92acceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/setup/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ def install_packages():
if machine_is_trusted():
packages += ['tailscale']

# Needed to occasionally upgrade the MMC firmware
if lib.setup.get_hostname() == 'aadp':
packages += ['ipmitool']

dnf_install(packages)


Expand Down

0 comments on commit 92acceb

Please sign in to comment.