Skip to content

Commit

Permalink
1.54.2.sh: Make sure zstd is installed.
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kn枚ppler <6317548+theCalcaholic@users.noreply.github.com>
  • Loading branch information
theCalcaholic committed May 6, 2024
1 parent d7f7ff4 commit 8c1dc9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions updates/1.54.2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

. /etc/os-release

if [[ "$VERSION_ID" -eq 12 ]]
then
rm -f /usr/local/etc/ncp-recommended.cfg
fi

DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends zstd

0 comments on commit 8c1dc9f

Please sign in to comment.