mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
1.54.2.sh: Make sure zstd is installed.
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
d7f7ff4133
commit
8c1dc9f717
10
updates/1.54.2.sh
Normal file
10
updates/1.54.2.sh
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user