Skip to content

Commit 03abbc0

Browse files
committed
chore: improve pnpm installation
1 parent 5b393a4 commit 03abbc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.hook-scripts/pre-source-state/60-pnpm.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ source "${BASE_DIR}/script_utils.sh"
1010

1111
case "$(osid)" in
1212
"fedora-silverblue")
13+
# shellcheck disable=SC1090
1314
wget -qO- https://get.pnpm.io/install.sh | sh - &&
15+
source ~/.local/share/chezmoi/exact_private_dot_bashrc.d/40-pnpm.bash &&
1416
pnpm env use --global iron
1517
;;
1618
esac

install.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)