Skip to content

Commit

Permalink
add nvm config
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 23, 2024
1 parent 14bae13 commit 3a105bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if ! command -v 7z &> /dev/null; then
fi

if ! command -v mdpdf &> /dev/null; then
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

if ! command -v mdpdf &> /dev/null; then
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
Expand Down

0 comments on commit 3a105bf

Please sign in to comment.