mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
armbian: fix uu
This commit is contained in:
parent
a712935c6d
commit
37546093a6
@ -13,7 +13,7 @@ install()
|
||||
{
|
||||
apt-get update
|
||||
apt install -y --no-install-recommends unattended-upgrades
|
||||
rm /etc/apt/apt.conf.d/20auto-upgrades
|
||||
rm -f /etc/apt/apt.conf.d/20auto-upgrades /etc/apt/apt.conf.d/02-armbian-periodic
|
||||
}
|
||||
|
||||
configure()
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
|
||||
[v1.11.1](https://github.com/nextcloud/nextcloudpi/commit/2694c6e) (2019-04-05) nc-backup: fix space calculation
|
||||
[v1.11.2](https://github.com/nextcloud/nextcloudpi/commit/25ceed5) (2019-04-06) armbian: fix uu
|
||||
|
||||
[v1.11.0](https://github.com/nextcloud/nextcloudpi/commit/5dedeaf) (2019-04-05) upgrade to NC15.0.6
|
||||
[v1.11.1](https://github.com/nextcloud/nextcloudpi/commit/a712935) (2019-04-05) nc-backup: fix space calculation
|
||||
|
||||
[v1.11.0 ](https://github.com/nextcloud/nextcloudpi/commit/5dedeaf) (2019-04-05) upgrade to NC15.0.6
|
||||
|
||||
[v1.10.12](https://github.com/nextcloud/nextcloudpi/commit/a6e33b1) (2019-04-05) update UPDATE config section
|
||||
|
||||
|
||||
@ -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 )"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user