orangepi5: fix rsync
This commit is contained in:
parent
cf2eec97c4
commit
a05962aea6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue