aboutsummaryrefslogtreecommitdiffstats
path: root/PI.md
diff options
context:
space:
mode:
Diffstat (limited to 'PI.md')
-rw-r--r--PI.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/PI.md b/PI.md
index 1a695a1b5..cc7c25bc8 100644
--- a/PI.md
+++ b/PI.md
@@ -17,7 +17,7 @@ commands whatever the architecture.
## Install Docker
-```bash
+```shell
wget https://downloads.raspberrypi.org/raspbian/images/raspbian-2018-11-15/2018-11-13-raspbian-stretch.zip
unzip 2018-11-13-raspbian-stretch.zip
sudo dd bs=4M if=2018-11-13-raspbian-stretch.img of=/dev/mmcblk0 conv=fsync
@@ -25,7 +25,7 @@ sudo dd bs=4M if=2018-11-13-raspbian-stretch.img of=/dev/mmcblk0 conv=fsync
## Install Docker
-```bash
+```shell
curl -sSL https://get.docker.com | sudo sh
```