From 6e4e47bf9993d6bd375c9d53733fcaccdd8874c7 Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Thu, 21 Apr 2022 10:27:06 +0800 Subject: [PATCH] Reduce kodi installation failures --- external/config/sources/families/include/ffmepg_kodi.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/external/config/sources/families/include/ffmepg_kodi.inc b/external/config/sources/families/include/ffmepg_kodi.inc index 74ca43f..04f7ad4 100644 --- a/external/config/sources/families/include/ffmepg_kodi.inc +++ b/external/config/sources/families/include/ffmepg_kodi.inc @@ -7,7 +7,9 @@ function ffmepg_kodi_install() #chroot $SDCARD /bin/bash -c "apt-get clean" chroot $SDCARD /bin/bash -c "apt-get -q update" - chroot $SDCARD /bin/bash -c "apt-get install -q -y ffmpeg kodi libgles2 libjs-bootstrap lockfile-progs" + chroot $SDCARD /bin/bash -c "apt-get install -q -y ffmpeg" + chroot $SDCARD /bin/bash -c "apt-get install -q -y kodi" + chroot $SDCARD /bin/bash -c "apt-get install -q -y libgles2 libjs-bootstrap lockfile-progs" #chroot $SDCARD /bin/bash -c "apt-get -q update >/dev/null 2>&1" #chroot $SDCARD /bin/bash -c "apt-get install -q -y ffmpeg kodi libgles2 libjs-bootstrap >/dev/null 2>&1"