Skip to content

Commit

Permalink
fix: correct aws installation for archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 17, 2024
1 parent 872a807 commit e4e0e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ usage() {
}

main_pacman() {
require_pacman aws-cli-v2 aws-vault terraform
require_aur cw-cloudwatch aws-ecs-cli
require_pacman aws-vault terraform
require_aur cw-cloudwatch aws-cli-v2-bin
}

main_brew() {
Expand Down

0 comments on commit e4e0e58

Please sign in to comment.