From 7629ac374aaa01e996688ebf864245d608fa560e Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Wed, 3 Dec 2025 18:39:31 +0000 Subject: [PATCH] audiobookshelf.updateScript: fix dependencies --- pkgs/by-name/au/audiobookshelf/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/au/audiobookshelf/update.sh b/pkgs/by-name/au/audiobookshelf/update.sh index 5495f310b7b8..b5a0e08d569b 100755 --- a/pkgs/by-name/au/audiobookshelf/update.sh +++ b/pkgs/by-name/au/audiobookshelf/update.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p curl gnused gawk nix-prefetch nix-prefetch-git common-updater-scripts jq prefetch-npm-deps +#!nix-shell -i bash -p curl gnused nix-prefetch-git common-updater-scripts jq prefetch-npm-deps ripgrep set -euo pipefail