From e3da5ed028cec596d1c228e960fa8855f8a093b1 Mon Sep 17 00:00:00 2001 From: davidferguson Date: Wed, 24 Aug 2016 19:37:55 +0100 Subject: [PATCH] updated blocks to 0.2.1 Blocks have been updated to 0.2.1, which contains whether the blocks need internet access or a reboot to work. --- pibakery-blocks/bootbehaviour/bootbehaviour.json | 2 +- pibakery-blocks/downloadfile/downloadfile.json | 2 +- pibakery-blocks/info.json | 6 +++--- pibakery-blocks/lampinstall/lampinstall.json | 2 +- pibakery-blocks/otgether/otgether.json | 2 +- pibakery-blocks/otgmassstorage/otgmassstorage.json | 2 +- pibakery-blocks/otgmidi/otgmidi.json | 2 +- pibakery-blocks/otgremove/otgremove.json | 2 +- pibakery-blocks/otgserial/otgserial.json | 2 +- pibakery-blocks/packageinstall/packageinstall.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pibakery-blocks/bootbehaviour/bootbehaviour.json b/pibakery-blocks/bootbehaviour/bootbehaviour.json index f535b1e..09184af 100755 --- a/pibakery-blocks/bootbehaviour/bootbehaviour.json +++ b/pibakery-blocks/bootbehaviour/bootbehaviour.json @@ -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": [ { diff --git a/pibakery-blocks/downloadfile/downloadfile.json b/pibakery-blocks/downloadfile/downloadfile.json index 2b2fefe..487e770 100755 --- a/pibakery-blocks/downloadfile/downloadfile.json +++ b/pibakery-blocks/downloadfile/downloadfile.json @@ -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": [ { diff --git a/pibakery-blocks/info.json b/pibakery-blocks/info.json index c0ed1c2..1b0bb01 100755 --- a/pibakery-blocks/info.json +++ b/pibakery-blocks/info.json @@ -1,7 +1,7 @@ { - "version": 2.0, - "compressedMD5": "9c741092e80e07a01ac8c32a5ecbfc79", - "downloadUrl": "https://github.com/davidferguson/pibakery-blocks/releases/download/v0.2.0/pibakery-blocks.zip", + "version": 2.1, + "compressedMD5": "18f668ecc5276231e7aeb958c2f843a1", + "downloadUrl": "https://github.com/davidferguson/pibakery-blocks/releases/download/v0.2.1/pibakery-blocks.zip", "loadOrder": [ "packageinstall", "lampinstall", diff --git a/pibakery-blocks/lampinstall/lampinstall.json b/pibakery-blocks/lampinstall/lampinstall.json index 711d4de..5d48083 100755 --- a/pibakery-blocks/lampinstall/lampinstall.json +++ b/pibakery-blocks/lampinstall/lampinstall.json @@ -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, diff --git a/pibakery-blocks/otgether/otgether.json b/pibakery-blocks/otgether/otgether.json index b66894f..e589dd1 100755 --- a/pibakery-blocks/otgether/otgether.json +++ b/pibakery-blocks/otgether/otgether.json @@ -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": [ { diff --git a/pibakery-blocks/otgmassstorage/otgmassstorage.json b/pibakery-blocks/otgmassstorage/otgmassstorage.json index af109ad..0150988 100755 --- a/pibakery-blocks/otgmassstorage/otgmassstorage.json +++ b/pibakery-blocks/otgmassstorage/otgmassstorage.json @@ -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, diff --git a/pibakery-blocks/otgmidi/otgmidi.json b/pibakery-blocks/otgmidi/otgmidi.json index cf4a73f..a3987fe 100755 --- a/pibakery-blocks/otgmidi/otgmidi.json +++ b/pibakery-blocks/otgmidi/otgmidi.json @@ -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, diff --git a/pibakery-blocks/otgremove/otgremove.json b/pibakery-blocks/otgremove/otgremove.json index 81b8a63..a3659e3 100755 --- a/pibakery-blocks/otgremove/otgremove.json +++ b/pibakery-blocks/otgremove/otgremove.json @@ -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, diff --git a/pibakery-blocks/otgserial/otgserial.json b/pibakery-blocks/otgserial/otgserial.json index 5790d64..57b55a2 100755 --- a/pibakery-blocks/otgserial/otgserial.json +++ b/pibakery-blocks/otgserial/otgserial.json @@ -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, diff --git a/pibakery-blocks/packageinstall/packageinstall.json b/pibakery-blocks/packageinstall/packageinstall.json index 3b51cc7..858fa1b 100755 --- a/pibakery-blocks/packageinstall/packageinstall.json +++ b/pibakery-blocks/packageinstall/packageinstall.json @@ -1,6 +1,6 @@ { "name": "packageinstall", - "text": "Install Package: %1", + "text": "Install Package: %1\\nRequires internet connection", "script": "packageInstall.sh", "args": [ {