From 2ea0eb0783fcbd62334ded2f10c33fdc284ee23c Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 11 Sep 2019 18:55:01 +0300 Subject: [PATCH] builder: Use -y for package installation --- builder/standalone-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/standalone-install.sh b/builder/standalone-install.sh index 77bcdfd0..b35ae1e9 100755 --- a/builder/standalone-install.sh +++ b/builder/standalone-install.sh @@ -4,7 +4,7 @@ # Step 1: Install pip apt update -apt install curl +apt install -y curl curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python ./get-pip.py