blob: 7af90cd72f334006daa945341190ff1b59c958a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}
}
|