Compare commits

...

1 Commits

Author SHA1 Message Date
Michel Roegl-Brunner af895938c2 fix(shinobi): remove obsolete --unsafe-perm npm flag
Shinobi installs fail on Node.js 22 because npm 10 no longer accepts the
--unsafe-perm CLI flag during npm install.
2026-07-13 10:54:35 +02:00
+1 -1
View File
@@ -54,7 +54,7 @@ cronKey=$(head -c 1024 </dev/urandom | sha256sum | awk '{print substr($1,1,29)}'
sed -i -e 's/Shinobi/'"$cronKey"'/g' conf.json
cp super.sample.json super.json
$STD npm i npm -g
$STD npm install --unsafe-perm
$STD npm install
$STD npm install pm2@latest -g
chmod -R 755 .
touch INSTALL/installed.txt