Skip to content

Commit c9f6a9a

Browse files
committed
dbg
1 parent e9e1c37 commit c9f6a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
set -xeu
55

66
touch ~/.bashrc
7+
touch ~/.bash_profile
78
ls -lisah ~
89

910
# install pixi
1011
export PIXI_VERSION=v0.9.1 && curl -fsSL https://pixi.sh/install.sh | bash
1112
ls -lisah ~
1213
echo $(basename "$SHELL")
1314
source ~/.bashrc
15+
source ~/.bash_profile
1416

1517
pixi install
1618
pixi run build_lite

0 commit comments

Comments
 (0)