Parcourir la source

rk356x: Fix config prompts during install

baiywt il y a 5 mois
Parent
commit
23158a3ecc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      external/config/sources/families/rockchip-rk356x.conf

+ 1 - 1
external/config/sources/families/rockchip-rk356x.conf

@@ -45,7 +45,7 @@ family_tweaks_s() {
 
 	rsync -a --chown=root:root "${EXTER}"/packages/bsp/rk356x/* ${SDCARD}/
 
-	chroot $SDCARD /bin/bash -c "apt-get -y -qq install dnsmasq v4l-utils cheese swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
+	chroot $SDCARD /bin/bash -c "apt-get -y -qq install dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
 
 	[[ ${RELEASE} == jammy ]] && rm ${SDCARD}/etc/profile.d/orangepi-ssh-title.sh # for adbd
 	chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload enable usbdevice.service >/dev/null 2>&1"