Skip to content

Commit

Permalink
[site-scout] Install ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 11, 2024
1 parent 86ea242 commit e53e482
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions services/site-scout/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ set -e
set -x
set -o pipefail

# shellcheck source=recipes/linux/common.sh
source "${0%/*}/common.sh"

#### Bootstrap Packages

sys-update

#### Install recipes
/src/recipes/grcov.sh

sys-embed ripgrep

# Cleanup grizzly scripts
rm /home/worker/launch-grizzly*

#### Fix ownership
chown -R worker:worker /home/worker

"${0%/*}/cleanup.sh"

0 comments on commit e53e482

Please sign in to comment.