Reduce kodi installation failures

This commit is contained in:
orangepi-xunlong
2022-04-21 10:27:06 +08:00
parent aebfeb6f3e
commit 6e4e47bf99

View File

@@ -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"