Skip to content

Commit

Permalink
Fix pixi installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Feb 23, 2025
1 parent e229223 commit 4e45892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/.local/bin/myinstall
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ case "${1:-}" in
;;

pixi)
mkdir -p ~/.local/bin || true
wget https://github.com/prefix-dev/pixi/releases/latest/download/pixi-$(arch)-unknown-linux-musl -O ~/.local/bin/pixi
chmod +x ~/.local/bin/pixi
if command -v fish >/dev/null 2>&1; then
Expand Down

0 comments on commit 4e45892

Please sign in to comment.