mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
10 lines
205 B
Bash
10 lines
205 B
Bash
#!/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 |