Spaces:
Sleeping
Sleeping
shhh
Browse files
pup
CHANGED
@@ -220,7 +220,7 @@ if [ "$1" == "pixi" ]; then
|
|
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 |
-
sh -c pixi_install.sh
|
224 |
fi
|
225 |
PUPHOME=$(pup home)
|
226 |
if [[ ! -f "$PUPHOME"/pixi.toml ]]; then
|
|
|
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 |
+
sh -c ./pixi_install.sh
|
224 |
fi
|
225 |
PUPHOME=$(pup home)
|
226 |
if [[ ! -f "$PUPHOME"/pixi.toml ]]; then
|