pup-py commited on
Commit
0bbcfcc
·
1 Parent(s): c8642c6
Files changed (1) hide show
  1. pup +1 -1
pup CHANGED
@@ -219,7 +219,7 @@ if [ "$1" == "pixi" ]; then
219
  # install and init Pixi project in pup's home dir
220
  if ! command -v pixi &> /dev/null; then
221
  curl -fsSL https://pixi.sh/install.sh -o pixi_install.sh
222
- # chmod +x ./pixi_install.sh
223
  ./pixi_install.sh
224
  fi
225
  PUPHOME=$(pup home)
 
219
  # install and init Pixi project in pup's home dir
220
  if ! command -v pixi &> /dev/null; then
221
  curl -fsSL https://pixi.sh/install.sh -o pixi_install.sh
222
+ chmod +x ./pixi_install.sh
223
  ./pixi_install.sh
224
  fi
225
  PUPHOME=$(pup home)