features/collection/anaconda/feature.json

16 lines
341 B
JSON
Raw Normal View History

{
"id": "anaconda",
"name": "Anaconda",
"options": {
"version": {
"type": "string",
"proposals": ["latest"],
"default": "latest",
"description": "Select or enter an anaconda version."
}
},
"install": {
"app": "",
"file": "install.sh"
}
}