From ddfa4622d47139091daa8b2a9a3eef9c742c2b21 Mon Sep 17 00:00:00 2001 From: Rohit Roy Chowdhury Date: Sun, 11 Jul 2021 01:54:12 +0530 Subject: [PATCH] Added curl installation (#41) Some desktop distributions do not have curl installed. --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index 746176541..f83214a89 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -9,6 +9,7 @@ sudo apt-get update sudo apt-get install -y \ wget \ + curl \ gnupg2 \ build-essential \ locales \