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:
authornachoparker <nacho@ownyourbits.com>2019-04-06 16:51:52 +0300
committernachoparker <nacho@ownyourbits.com>2019-04-06 16:51:55 +0300
commit37546093a6823e557f1e02d2a4eabefefbe0f863 (patch)
tree3a7d9002115af4ec3e9f41d0c09860f66a70ffc5 /update.sh
parenta712935c6d927b8f6edd979da849ffbb87549fd4 (diff)
armbian: fix uuv1.11.2
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 58915658..771dabf4 100755
--- a/update.sh
+++ b/update.sh
@@ -180,6 +180,9 @@ EOF
mv /usr/local/bin/ncp/CONFIG/nc-notify-updates.sh "$updates_dir" || true
) &>/dev/null
+ # armbian fix uu
+ rm -f /etc/apt/apt.conf.d/02-armbian-periodic
+
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)
[[ "$( ls -l /etc/php/7.2/fpm/conf.d/*-opcache.ini | wc -l )" -gt 1 ]] && rm "$( ls /etc/php/7.2/fpm/conf.d/*-opcache.ini | tail -1 )"