Skip to content

Commit

Permalink
chore: fix yarn usage on pi
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 12, 2023
1 parent ad7bfd0 commit ba64ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd /usr/local/src/companion-satellite
# update the node version
fnm use --install-if-missing
fnm default $(fnm current)
npm --unsafe-perm install -g yarn
corepack enable

# install dependencies
yarn config set network-timeout 100000 -g
Expand Down

0 comments on commit ba64ce5

Please sign in to comment.