From 03a36304d0fbdf6dc88621dbbbbf89ccf5c0161b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 30 Aug 2016 18:56:33 +0200 Subject: [PATCH] [rpi-mc] drop multifetch --- rpi-mc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-mc/Dockerfile b/rpi-mc/Dockerfile index 5a23958..435ca2c 100644 --- a/rpi-mc/Dockerfile +++ b/rpi-mc/Dockerfile @@ -9,7 +9,7 @@ ENV LC_ALL=en_US.UTF-8 RUN rsync -av "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/" && \ sed -i 's/multifetch = 3/#multifetch = 3/' /etc/entropy/client.conf && ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept && \ equo up && equo u && \ - equo i --multifetch=10 kodi-raspberrypi app-misc/sabayon-auto-updater && \ + equo i kodi-raspberrypi app-misc/sabayon-auto-updater && \ echo -5 | equo conf update && equo cleanup && sed -i 's/#multifetch = 3/multifetch = 3/' /etc/entropy/client.conf RUN systemctl enable kodi-raspberrypi && systemctl enable sabayon-auto-updater.timer