From b7bd91dd229ca8e5610f1bd531bb60d51d29f279 Mon Sep 17 00:00:00 2001 From: whit3 h4t <59191514+cspshivam@users.noreply.github.com> Date: Wed, 9 Dec 2020 04:03:15 +0530 Subject: [PATCH] Most general error solved Added "-p" flag to mkdir ~/tools command this will fix the error which occurs if user already have tools folder --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e203de7..4fdc47b 100644 --- a/install.sh +++ b/install.sh @@ -69,7 +69,7 @@ echo "Don't forget to set up AWS credentials!" #create a tools folder in ~/ -mkdir ~/tools +mkdir -p ~/tools cd ~/tools/ #install aquatone