From 2a838187d5419567a5b165d5422d8849d762666b Mon Sep 17 00:00:00 2001 From: David Zwart Date: Sun, 4 Feb 2024 16:16:23 +0100 Subject: [PATCH] fix: install with corepack and adjust to yarn v4 --- src/modules/monsterpi/start_chroot_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/monsterpi/start_chroot_script b/src/modules/monsterpi/start_chroot_script index 4e05943..19093cd 100644 --- a/src/modules/monsterpi/start_chroot_script +++ b/src/modules/monsterpi/start_chroot_script @@ -45,7 +45,7 @@ else fi # Install GPG -apt install -y gnupg +# apt install -y gnupg # Install NodeJS based on MONSTERPI_NODEJS_VERSION curl -sL https://deb.nodesource.com/setup_$MONSTERPI_NODEJS_VERSION | bash -