mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
Merge pull request #1141 from openoms/armbian
build_sdcard: add missing dependencies for Armbian
This commit is contained in:
commit
3a7ef5dfc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user