From c831dbe10511cc5af84e1cb647d7b30c6b6bc107 Mon Sep 17 00:00:00 2001 From: Pratyush Janghel Date: Sat, 10 Aug 2019 23:50:03 +0530 Subject: [PATCH] Sudo needed to install awscli --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fbbdd39..198aa6d 100644 --- a/install.sh +++ b/install.sh @@ -63,7 +63,7 @@ fi #Don't forget to set up AWS credentials! echo "Don't forget to set up AWS credentials!" -apt install -y awscli +sudo apt-get install -y awscli echo "Don't forget to set up AWS credentials!"