From 8c1dc9f717c91f1500e6b8b00e65fd1df348ba63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Mon, 6 May 2024 18:03:03 +0200 Subject: [PATCH] 1.54.2.sh: Make sure zstd is installed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- updates/1.54.2.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 updates/1.54.2.sh diff --git a/updates/1.54.2.sh b/updates/1.54.2.sh new file mode 100644 index 000000000..2001d42a2 --- /dev/null +++ b/updates/1.54.2.sh @@ -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 \ No newline at end of file