Skip to content

Commit af3ba9c

Browse files
Add dasel installation to setup-devtools.sh (#1810)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: yujonglee <[email protected]>
1 parent 80da7e2 commit af3ba9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/setup-devtools.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ if ! command -v infisical &> /dev/null; then
3333
sudo apt-get update
3434
sudo apt-get install -y infisical
3535
fi
36+
37+
if ! command -v dasel &> /dev/null; then
38+
curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel
39+
sudo mv ./dasel /usr/local/bin/dasel
40+
fi

0 commit comments

Comments
 (0)