From 8ba67b7537288e37953a87b3bf1be61db46b3083 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 26 Jan 2021 15:05:33 +0100 Subject: [PATCH] Add armbian-zsh to the REPOSITORY_INSTALL packate list If choosen, package from repository will be used --- lib/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.sh b/lib/main.sh index 0f3b019ce6..ce8b73a75a 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -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