Update some packages

This commit is contained in:
orangepi-xunlong
2022-04-20 19:34:24 +08:00
parent e9b5f3687c
commit aebfeb6f3e
21 changed files with 57 additions and 94 deletions

View File

@@ -1,8 +1,15 @@
function ffmepg_kodi_install()
{
chroot $SDCARD /bin/bash -c "apt install -q -y ffmpeg kodi libgles2 libjs-bootstrap lockfile-progs"
#chroot $SDCARD /bin/bash -c "apt install -q -y ffmpeg kodi libgles2 libjs-bootstrap >/dev/null 2>&1"
#chroot $SDCARD /bin/bash -c "apt-get clean"
#chroot $SDCARD /bin/bash -c "mv /var/lib/apt/lists /tmp"
#chroot $SDCARD /bin/bash -c "mkdir -p /var/lib/apt/lists/partial"
#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 -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"
dpkg_install_deb_chroot "$EXTER/cache/sources/ffmpeg_kodi_debian11/ffmpeg/libavcodec58_4.3.3-0+deb11u1_arm64.deb"
dpkg_install_deb_chroot "$EXTER/cache/sources/ffmpeg_kodi_debian11/ffmpeg/libavdevice58_4.3.3-0+deb11u1_arm64.deb"