[rpi-mc] drop multifetch

This commit is contained in:
Ettore Di Giacinto
2016-08-30 18:56:33 +02:00
committed by GitHub
parent a9602b6e65
commit 03a36304d0
+1 -1
View File
@@ -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