aboutsummaryrefslogtreecommitdiffstats
path: root/hoarder-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hoarder-linux.sh')
-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..."