Skip to content

Commit

Permalink
Update install.sh (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliPiccioniQC authored Nov 20, 2024
1 parent 7e8b438 commit b09a8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ if [ "$EUID" -ne 0 ]; then
exit 1
fi

# On a fresh MacBook directory is in the PATH but not created.
mkdir -p /usr/local/bin
curl -o /usr/local/bin/pixi https://raw.githubusercontent.com/Ali-Piccioni/pixipin/main/pixipin
chmod a+x /usr/local/bin/pixi

0 comments on commit b09a8ad

Please sign in to comment.