Skip to content

Commit

Permalink
fix: force yarn install, remove from chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zwart committed Feb 4, 2024
1 parent 86daa0e commit d131726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ echo "[7b/${ts}] Extracting new dist zip to ${dist_active_path}"

# Step 8) Ensure yarn is new, (optional)
echo "[8/${ts}] Updating yarn"
npm i -g yarn
npm i --global --force yarn
yarn set version berry

# Step 9) Ensure the required packages are present with yarn (which is already installed, we're just keeping it fresh)
Expand Down
1 change: 0 additions & 1 deletion src/modules/monsterpi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ apt install -y nodejs

# Enable yarn/pnpm/npm
corepack enable
npm install -g yarn

pushd /home/"${BASE_USER}"
# Install FDM Monster (this is really slow on QEMU!)
Expand Down

0 comments on commit d131726

Please sign in to comment.