Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent e5d2cfd commit 22cf72d
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/v2.1.2/aqua-installer | bash -s -- -v v2.15.1
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.1.2/aqua-installer | bash -s -- -v v2.16.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/v2.1.2/aqua-installer | bash -s -- -v v2.15.1
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.1.2/aqua-installer | bash -s -- -v v2.16.0
}

# docker
Expand Down

0 comments on commit 22cf72d

Please sign in to comment.