Skip to content

Commit 8c1dc9f

Browse files
committed
1.54.2.sh: Make sure zstd is installed.
Signed-off-by: Tobias Knöppler <[email protected]>
1 parent d7f7ff4 commit 8c1dc9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

updates/1.54.2.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
. /etc/os-release
4+
5+
if [[ "$VERSION_ID" -eq 12 ]]
6+
then
7+
rm -f /usr/local/etc/ncp-recommended.cfg
8+
fi
9+
10+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends zstd

0 commit comments

Comments
 (0)