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