sunshine: fix updater package path

This commit is contained in:
Morgan Helton
2025-01-19 13:08:20 -06:00
parent 9190362877
commit d1431a523c
+1 -1
View File
@@ -16,7 +16,7 @@ rm -f package-lock.json package.json
wget "$url/package.json"
npm i --package-lock-only
npm_hash=$(prefetch-npm-deps package-lock.json)
sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' default.nix
sed -i 's#npmDepsHash = "[^"]*"#npmDepsHash = "'"$npm_hash"'"#' package.nix
rm -f package.json
popd