Skip to content

Commit

Permalink
fixup! postinstall: don't try to install pip if it's already there
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-utkin committed Jul 5, 2024
1 parent 78c0b56 commit d4f241e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ function install_certbot
return
fi

export PATH=/usr/local/bin:"$PATH"

# Ubuntu 23+, Debian 12 make this step fail. Fall back to system package.
install_pip || return

Expand Down

0 comments on commit d4f241e

Please sign in to comment.