Skip to content

Commit

Permalink
fix: install with corepack and adjust to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zwart authored and davidzwa committed Nov 13, 2024
1 parent b8a5b1e commit 8f9cc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/monsterpi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ else
fi

# Install GPG
apt install -y gnupg
# apt install -y gnupg

# Install Node.js based on MONSTERPI_NODEJS_VERSION
curl -sL https://deb.nodesource.com/setup_$MONSTERPI_NODEJS_VERSION | bash -
Expand Down

0 comments on commit 8f9cc25

Please sign in to comment.