fixed typo
This commit is contained in:
parent
481bb18a7a
commit
4f34d09912
|
|
@ -81,7 +81,7 @@ family_tweaks_s() {
|
|||
else
|
||||
rsync -a --chown=root:root "${EXTER}"/packages/bsp/orangepi5plus/* ${SDCARD}/
|
||||
fi
|
||||
cp /home/orangepi/orangepi-build/external/cache/sources/linuxpg "${SDCARD}"/opt/ -rfa
|
||||
cp $EXTER/cache/sources/linuxpg "${SDCARD}"/opt/ -rfa
|
||||
fi
|
||||
|
||||
[[ ${RELEASE} == jammy ]] && rm ${SDCARD}/etc/profile.d/orangepi-ssh-title.sh # for adbd
|
||||
|
|
|
|||
Loading…
Reference in New Issue