Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Fixed aws-cli package name #80

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/install-vault/install-vault
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function install_dependencies {
install_supervisord_debian
elif $(has_yum); then
sudo yum update -y
sudo yum install -y aws curl unzip jq
sudo yum install -y awscli curl unzip jq
install_supervisord_amazon_linux
else
log_error "Could not find apt-get or yum. Cannot install dependencies on this OS."
Expand Down