Skip to content

Commit

Permalink
Trigger install_asdf function
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Feb 17, 2024
1 parent 6f7cea5 commit 517e896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ EOC
}

with_asdf_get(){
install_asdf
package_name=${1:?Need package name}
package_version=${2:-latest}

Expand All @@ -78,4 +79,4 @@ with_asdf_get jless 0.8.0
with_asdf_get jq latest
with_asdf_get ripgrep latest
with_asdf_get yq latest
with_asdf_get ytt latest
with_asdf_get ytt latest

0 comments on commit 517e896

Please sign in to comment.