bash
,curl
,tar
, and POSIX utilities.
Plugin:
asdf plugin add virtualos
# or
asdf plugin add virtualos https://github.com/tuist/asdf-virtualos.git
virtualos:
# Show all installable versions
asdf list-all virtualos
# Install specific version
asdf install virtualos latest
# Set a version globally (on your ~/.tool-versions file)
asdf global virtualos latest
# Now virtualos commands are available
virtualos --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.