Skip to content

Commit 4438f57

Browse files
jaaguttexhnolyze
andauthored
Update scripts/setup.sh
Co-authored-by: Joern Griepenburg <joegriepen@gmail.com>
1 parent 4e91aac commit 4438f57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ ask_question() {
2020
}
2121

2222
setup_pixi() {
23+
if ! type pixi &> /dev/null; then
24+
curl -fsSL https://pixi.sh/install.sh | sh
25+
fi
26+
}
2327
curl -fsSL https://pixi.sh/install.sh | sh
2428
}
2529

0 commit comments

Comments
 (0)