Skip to content

Commit

Permalink
bootstrap: fix eventually broken packages on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Jun 8, 2022
1 parent ff13370 commit d2f3a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if is_not_installed ansible || is_not_installed git; then
ubuntu-1*)
export DEBIAN_FRONTEND=noninteractive
${SUDO} apt update --quiet
${SUDO} apt install --quiet --yes --fix-broken
${SUDO} apt install --quiet --yes dirmngr software-properties-common
${SUDO} apt-add-repository --yes --update ppa:ansible/ansible
${SUDO} apt install --quiet --yes ansible git
Expand All @@ -87,6 +88,7 @@ if is_not_installed ansible || is_not_installed git; then
ubuntu-2*)
export DEBIAN_FRONTEND=noninteractive
${SUDO} apt update --quiet
${SUDO} apt install --quiet --yes --fix-broken
${SUDO} apt install --quiet --yes ansible git
;;

Expand Down

0 comments on commit d2f3a6d

Please sign in to comment.