Skip to content

Commit

Permalink
updated blocks to 0.2.1
Browse files Browse the repository at this point in the history
Blocks have been updated to 0.2.1, which contains whether the blocks
need internet access or a reboot to work.
  • Loading branch information
davidferguson committed Aug 24, 2016
1 parent e73e985 commit e3da5ed
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pibakery-blocks/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 pibakery-blocks/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
6 changes: 3 additions & 3 deletions pibakery-blocks/info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pibakery-blocks/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 pibakery-blocks/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 pibakery-blocks/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 pibakery-blocks/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 pibakery-blocks/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 pibakery-blocks/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 pibakery-blocks/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 e3da5ed

Please sign in to comment.