Skip to content

Commit

Permalink
Fix linux installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk committed Jan 30, 2024
1 parent 4370348 commit 1882c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ update_shell() {
LINE=$2

# shell update can be suppressed by `PIXI_NO_PATH_UPDATE` env var
[[ ! -z "$PIXI_NO_PATH_UPDATE" ]] && return
[[ -z "${PIXI_NO_PATH_UPDATE-}" ]] && return

# Create the file if it doesn't exist
if [ -f "$FILE" ]; then
Expand Down

0 comments on commit 1882c40

Please sign in to comment.