Skip to content

Commit

Permalink
Merge pull request #40 from elgentos/peterjaap-patch-1
Browse files Browse the repository at this point in the history
Create dir if it does not exist
  • Loading branch information
peterjaap authored Sep 16, 2024
2 parents d79e4c6 + 8cf6468 commit bfbb493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/aws.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $(AWS): | $(GIT) $(DOCKER) $(SSH_KEY)
https://gist.github.com/87e29fd4aa06ec42216c80a6e3649fa5.git \
$(GITPROJECTS)/aws-cli
chmod +x $(GITPROJECTS)/aws-cli/aws.sh
mkdir -p $(dirname $(AWS))
sudo ln -s $(GITPROJECTS)/aws-cli/aws.sh $(AWS)
@echo $(INTERACTIVE) | grep -q '1' && sudo $(AWS) --version || echo -n ''

Expand Down

0 comments on commit bfbb493

Please sign in to comment.