Add armbian-zsh to the REPOSITORY_INSTALL packate list

If choosen, package from repository will be used
This commit is contained in:
Igor Pecovnik 2021-01-26 15:05:33 +01:00
parent a1fb805d64
commit 8ba67b7537

View File

@ -159,7 +159,7 @@ if [[ -z $KERNEL_CONFIGURE ]]; then
fi
[[ ${KERNEL_CONFIGURE} == prebuilt ]] && REPOSITORY_INSTALL="u-boot,kernel,bsp,armbian-config,armbian-firmware"
[[ ${KERNEL_CONFIGURE} == prebuilt ]] && REPOSITORY_INSTALL="u-boot,kernel,bsp,armbian-zsh,armbian-config,armbian-firmware"
if [[ -z $BOARD ]]; then