Skip to content

Commit

Permalink
remove dhall
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnachun committed Apr 24, 2024
1 parent 8dbdf4c commit e4a99a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_once_install-packages.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o xtrace -o errexit

#if [ ! -f $HOME/.pixi/bin/pixi ]; then
#curl -fsSL https://pixi.sh/install.sh | bash
curl -fsSL https://pixi.sh/install.sh | bash
if [ ! -f $HOME/.bashrc ]; then
echo 'PATH="${HOME}/.pixi/bin:${PATH}"' >> .bashrc
fi
Expand Down

0 comments on commit e4a99a7

Please sign in to comment.