Skip to content

Commit

Permalink
Introduce dnf upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Jul 2, 2024
1 parent 3a0cc2d commit a51bead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/scripts/system-deps.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Deterministic upgrades through versioned repositories usage
sudo dnf upgrade -y --releasever="latest"

# We need it for binary verification.
sudo dnf swap -y gnupg2-minimal gnupg2-full

Expand Down

0 comments on commit a51bead

Please sign in to comment.