orangepi5: fix rsync

This commit is contained in:
Your Name
2022-12-12 21:00:07 +08:00
parent cf2eec97c4
commit a05962aea6

View File

@@ -47,7 +47,7 @@ install_balenaEtcher(){
family_tweaks_s() {
rsync -a "${EXTER}"/packages/bsp/rk3588/* ${SDCARD}/
rsync -a --chown=root:root "${EXTER}"/packages/bsp/rk3588/* ${SDCARD}/
[[ ${RELEASE} == jammy ]] && rm ${SDCARD}/etc/profile.d/orangepi-ssh-title.sh # for adbd
if [[ -f "${SDCARD}"/etc/profile.d/im-config_wayland.sh ]]; then