Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'updates/1.16.0.sh')
-rw-r--r--updates/1.16.0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates/1.16.0.sh b/updates/1.16.0.sh
index f6c17740..79893bbd 100644
--- a/updates/1.16.0.sh
+++ b/updates/1.16.0.sh
@@ -19,7 +19,7 @@ apt-get install -y --no-install-recommends lsb-release
ncc config:app:set preview jpeg_quality --value="60"
# missed some sources
-sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/* &>/dev/null || true
+sed -i "s/stretch/$RELEASE/g" /etc/apt/sources.list.d/* &>/dev/null || true
# docker images only
[[ -f /.docker-image ]] && {