Skip to content

Commit

Permalink
Merge pull request freelawproject#3848 from freelawproject/3839-fix-b…
Browse files Browse the repository at this point in the history
…ulk-generation-script

fix(bulk data): Add command to make sure the sudo pkg is installed
  • Loading branch information
mlissner authored Mar 1, 2024
2 parents 73fb7ff + e51d26e commit d9af7ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/make_bulk_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -e

echo "Installing utilities"

# Make sure the sudo package is installed
apt install -y sudo

# Set up Sentry
curl -sL https://sentry.io/get-cli/ | bash
eval "$(sentry-cli bash-hook)"
Expand Down

0 comments on commit d9af7ff

Please sign in to comment.