mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-08-23 15:03:17 +07:00
Update for Orange Pi 3B v1.0.4
This commit is contained in:
@@ -961,7 +961,7 @@ install_opi_specific()
|
||||
|
||||
case ${BOARDFAMILY} in
|
||||
"rockchip-rk356x")
|
||||
rk356x_gpu_vpu_tweaks_for_raspios
|
||||
rk35xx_gpu_vpu_tweaks
|
||||
esac
|
||||
|
||||
[[ ! -d "${SDCARD}/lib/firmware" ]] && mkdir -p "${SDCARD}/lib/firmware"
|
||||
|
||||
@@ -302,7 +302,7 @@ dpkg_install_debs_chroot()
|
||||
|
||||
if [[ ! -z "${unsatisfied_dependencies[*]}" ]]; then
|
||||
display_alert "Installing Dependencies" "${unsatisfied_dependencies[*]}"
|
||||
chroot $SDCARD /bin/bash -c "apt-get -y -qq install ${unsatisfied_dependencies[*]}" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
chroot $SDCARD /bin/bash -c "apt-get update; apt-get -y -qq install ${unsatisfied_dependencies[*]}" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
fi
|
||||
|
||||
local names=""
|
||||
|
||||
Reference in New Issue
Block a user