From f1d2a80b28e567a80a95994c2a66f5952ee10aba Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 2 Feb 2025 21:42:20 +0000 Subject: build: Fix corepack issues in the linux installation script. #967 --- hoarder-linux.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hoarder-linux.sh') diff --git a/hoarder-linux.sh b/hoarder-linux.sh index c2a52283..6502651a 100644 --- a/hoarder-linux.sh +++ b/hoarder-linux.sh @@ -45,6 +45,8 @@ function install { echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" >/etc/apt/sources.list.d/nodesource.list apt-get update apt-get install -y nodejs + # https://github.com/hoarder-app/hoarder/issues/967 + npm install -g corepack@0.31.0 echo "Installed Node.js" && sleep 1 echo "Installing Hoarder..." -- cgit v1.2.3-70-g09d2