-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdates.json
35 lines (35 loc) · 1002 Bytes
/
updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"authority": "PauSiber Community",
"name": "PauSiber Dev",
"version": "2.0",
"updates": [
{
"id": 0,
"name": "Fix typo on bashrc and zshrc.",
"description": "Fix \"opn\" to \"open\" on zshrc and bashrc",
"fileName": "0_fix_typo_on_bashrc_and_zshrc.sh",
"publishTime": "2020-03-28T20:20:00Z"
},
{
"id": 1,
"name": "Add conio library.",
"description": "Add conio library to use getch and gethce functions.",
"fileName": "1_add_conio_library.sh",
"publishTime": "2020-03-28T20:40:00Z"
},
{
"id": 2,
"name": "Add NodeJS env.",
"description": "Add NodeJS env with pacman.",
"fileName": "2_add_nodejs_env.sh",
"publishTime": "2020-04-11T11:30:00Z"
},
{
"id": 3,
"name": "Add Pyenv library.",
"description": "Add Pyenv library to switch between Python versions.",
"fileName": "3_add_pyenv_library.sh",
"publishTime": "2020-10-9T01:45:00Z"
}
]
}