Skip to content

Commit

Permalink
feat: update atlas installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 24, 2024
1 parent df84635 commit 8187a9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/atlas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ usage() {
}

main_pacman() {
return 0
msg 'download and install the latest release of the atlas cli'
curl -sSf https://atlasgo.sh | sh
}

main_apt() {
return 0
msg 'download and install the latest release of the atlas cli'
curl -sSf https://atlasgo.sh | sh
}

main_brew() {
# require_brew ariga/tap/atlas
return 0
require_brew ariga/tap/atlas
}

main() {
msg 'download and install the latest release of the atlas cli'
curl -sSf https://atlasgo.sh | sh
return 0
}

0 comments on commit 8187a9f

Please sign in to comment.