Skip to content

Commit

Permalink
Update .cncrc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 28, 2017
1 parent b73e46e commit 0d1e7ec
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/.cncrc
Expand Up @@ -7,20 +7,20 @@
},
"commands": [
{
"text": "Update (root user)",
"command": "sudo npm install -g cncjs@latest --unsafe-perm; pkill -a -f cnc"
"title": "Update (root user)",
"commands": "sudo npm install -g cncjs@latest --unsafe-perm; pkill -a -f cnc"
},
{
"text": "Update (non-root user)",
"command": "npm install -g cncjs@latest; pkill -a -f cnc"
"title": "Update (non-root user)",
"commands": "npm install -g cncjs@latest; pkill -a -f cnc"
},
{
"text": "Reboot",
"command": "sudo /sbin/reboot"
"title": "Reboot",
"commands": "sudo /sbin/reboot"
},
{
"text": "Shutdown",
"command": "sudo /sbin/shutdown"
"title": "Shutdown",
"commands": "sudo /sbin/shutdown"
}
],
"macros": [],
Expand Down

0 comments on commit 0d1e7ec

Please sign in to comment.