Skip to content

Commit

Permalink
fix(bulk data): Add command to make sure the sudo pkg is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Mar 1, 2024
1 parent 73fb7ff commit e51d26e
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 e51d26e

Please sign in to comment.