From f629b9ecba42a76e9a2a9f303420bbd86f817103 Mon Sep 17 00:00:00 2001 From: Thore-Krug <36414231+Thore-Krug@users.noreply.github.com> Date: Sun, 24 Feb 2019 17:30:37 +0100 Subject: [PATCH] added curl to dependencies this fix problems if curl is not installed on the system --- Flash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Flash.sh b/Flash.sh index c8a0fcc..fcb7357 100644 --- a/Flash.sh +++ b/Flash.sh @@ -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 \