aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-02-02 21:42:20 +0000
committerMohamed Bassem <me@mbassem.com>2025-02-02 21:42:20 +0000
commitf1d2a80b28e567a80a95994c2a66f5952ee10aba (patch)
tree9dd0f9605d643c58a61067936ac28b2e086690f8
parent4b94c60614d071537bce2cd8c7185ea57a6c8e6c (diff)
downloadkarakeep-f1d2a80b28e567a80a95994c2a66f5952ee10aba.tar.zst
build: Fix corepack issues in the linux installation script. #967
-rw-r--r--hoarder-linux.sh2
1 files changed, 2 insertions, 0 deletions
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..."