Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Nov 4, 2021
1 parent 8e27c07 commit dc3243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/30_npminstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Installing @treehouses/cli script"

mkdir node_root
npm config set prefix "$PWD/node_root"
npm install --unsafe-perm -g @treehouses/[email protected].3
npm install --unsafe-perm -g @treehouses/[email protected].4
npm install --unsafe-perm -g [email protected]
npm install --unsafe-perm -g [email protected]
(cd node_root || exit 1; tar c .) | (cd mnt/img_root/usr || exit 1; tar x)
Expand Down

0 comments on commit dc3243d

Please sign in to comment.