diff options
Diffstat (limited to 'collection/anaconda/feature.json')
-rw-r--r-- | collection/anaconda/feature.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/collection/anaconda/feature.json b/collection/anaconda/feature.json new file mode 100644 index 0000000..7af90cd --- /dev/null +++ b/collection/anaconda/feature.json @@ -0,0 +1,16 @@ +{ + "id": "anaconda", + "name": "Anaconda", + "options": { + "version": { + "type": "string", + "proposals": ["latest"], + "default": "latest", + "description": "Select or enter an anaconda version." + } + }, + "install": { + "app": "", + "file": "install.sh" + } +}
\ No newline at end of file |