From c344eee8d93e38354a7c40e59acd8f7f84c68362 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 27 Apr 2020 10:01:14 +0100 Subject: [PATCH] build_sdcard: add missing dependencies for Armbian --- build_sdcard.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index d1f6adc06..2f3662723 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -281,7 +281,15 @@ sudo apt-get install -y fbi sudo apt install -y sysbench # check for dependencies on DietPi, Ubuntu, Armbian -sudo apt-get install -y build-essential +sudo apt install -y build-essential +if [ "${baseImage}" = "armbian" ]; then + # add armbian config + sudo apt --fix-broken install -y + sudo apt install armbian-config -y + # dependencies for Armbian Buster minimal kernel 5.4 + sudo apt install -y python3-venv python3-dev python3-wheel +fi + # rsync is needed to copy from HDD sudo apt install -y rsync # install ifconfig