Skip to content

Commit

Permalink
added internet and restart requirements to blocks
Browse files Browse the repository at this point in the history
Blocks now show on them whether they need internet connection or a
restart to take effect.
  • Loading branch information
davidferguson committed Aug 24, 2016
1 parent 2b30714 commit 6b09907
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bootbehaviour/bootbehaviour.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootbehaviour",
"text": "Set Boot Option to %1",
"text": "Set Boot Option to %1\\nRequires restart to take effect",
"script": "bootbehaviour.sh",
"args": [
{
Expand Down
2 changes: 1 addition & 1 deletion downloadfile/downloadfile.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "downloadfile",
"text": "Download file: %1\\nSave to: %2",
"text": "Download file: %1\\nSave to: %2\\nRequires internet connection",
"script": "downloadFile.sh",
"args": [
{
Expand Down
2 changes: 1 addition & 1 deletion lampinstall/lampinstall.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lampinstall",
"text": "Install Apache/PHP/MySQL",
"text": "Install Apache/PHP/MySQL\\nRequires internet connection",
"script": "lampInstall.sh",
"args": [],
"network": true,
Expand Down
2 changes: 1 addition & 1 deletion otgether/otgether.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otgether",
"text": "Set Pi Zero OTG Mode to Ethernet\\nWith Static IP: %1",
"text": "Set Pi Zero OTG Mode to Ethernet\\nWith Static IP: %1\\nRequires restart to take effect",
"script": "otgEther.sh",
"args": [
{
Expand Down
2 changes: 1 addition & 1 deletion otgmassstorage/otgmassstorage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otgmassstorage",
"text": "Set Pi Zero OTG Mode to Mass Storage",
"text": "Set Pi Zero OTG Mode to Mass Storage\\nRequires restart to take effect",
"script": "otgMassStorage.sh",
"args": [],
"network": false,
Expand Down
2 changes: 1 addition & 1 deletion otgmidi/otgmidi.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otgmidi",
"text": "Set Pi Zero OTG Mode to MIDI",
"text": "Set Pi Zero OTG Mode to MIDI\\nRequires restart to take effect",
"script": "otgMidi.sh",
"args": [],
"network": false,
Expand Down
2 changes: 1 addition & 1 deletion otgremove/otgremove.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otgremove",
"text": "Disable Pi Zero OTG",
"text": "Disable Pi Zero OTG\\nRequires restart to take effect",
"script": "otgRemove.sh",
"args": [],
"network": false,
Expand Down
2 changes: 1 addition & 1 deletion otgserial/otgserial.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otgserial",
"text": "Set Pi Zero OTG Mode to Serial",
"text": "Set Pi Zero OTG Mode to Serial\\nRequires restart to take effect",
"script": "otgSerial.sh",
"args": [],
"network": false,
Expand Down
2 changes: 1 addition & 1 deletion packageinstall/packageinstall.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packageinstall",
"text": "Install Package: %1",
"text": "Install Package: %1\\nRequires internet connection",
"script": "packageInstall.sh",
"args": [
{
Expand Down

0 comments on commit 6b09907

Please sign in to comment.