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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2018-12-09 16:40:24 +0300
committerGitHub <noreply@github.com>2018-12-09 16:40:24 +0300
commit4a6a46892b3593c7524532c623d4bcc1f5d237cb (patch)
treee4a0bedaed79e621ed5f3734ebc359d1c2744feb /nextcloud_update.sh
parent05ab3350b9dd24fd1fec2ed4beadc5ce810985fd (diff)
prepare to update docker for aufs, but hold it for now
Diffstat (limited to 'nextcloud_update.sh')
-rw-r--r--nextcloud_update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index fcac05c6..e4003f2f 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -37,6 +37,10 @@ then
echo "Changing to Overlay2 for Docker CE..."
echo "Please report any issues to $ISSUES."
run_static_script docker_overlay2
+ elif grep -q "aufs" /etc/default/docker
+ then
+ apt-mark hold docker-ce
+ run_static_script docker_overlay2
fi
fi