added curl to dependencies

this fix problems if curl is not installed on the system
This commit is contained in:
Thore-Krug
2019-02-24 17:30:37 +01:00
committed by GitHub
parent 524d0a5ca5
commit f629b9ecba

View File

@@ -40,6 +40,7 @@ read flavour
echo -e "\n Setting up environment"
sudo apt-get -y update
sudo apt-get install curl -y
sudo apt-get install u-boot-tools -y
sudo apt-get -y install \
git \