Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2024
1 parent da3ae67 commit aa0f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/fish/aliases.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aqua
# go required
function aqua-setup
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.2/aqua-installer | bash -s -- -v v2.37.2
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.2/aqua-installer | bash -s -- -v v2.38.0
end

function aqua-rm
Expand Down
2 changes: 1 addition & 1 deletion .config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ alias ll="ls -l"

# asdf
function aqua-setup() {
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.2/aqua-installer | bash -s -- -v v2.37.2
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.2/aqua-installer | bash -s -- -v v2.38.0
}

# aws
Expand Down

0 comments on commit aa0f839

Please sign in to comment.