From ae46dbe1a82274efe98b5f5daff87adc30ccbec8 Mon Sep 17 00:00:00 2001 From: Luke Horwell Date: Thu, 11 Apr 2019 20:38:25 +0100 Subject: [PATCH] Correct typo for Raspberry Pi ddrescue command. Spotted here: https://ubuntu-mate.community/t/potential-typo-in-tutorial/19298 --- pages/raspberry-pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/raspberry-pi.md b/pages/raspberry-pi.md index a5a1b648..7d5fbac7 100644 --- a/pages/raspberry-pi.md +++ b/pages/raspberry-pi.md @@ -111,7 +111,7 @@ for example: sudo apt-get install gddrescue xz-utils unxz ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz - sudo ddrescue -D --force ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz /dev/sdx + sudo ddrescue -D --force ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img /dev/sdx The microSDHC or USB stick may be presented on any `/dev/sdX` so use the command `lsblk` to check. @@ -310,4 +310,4 @@ and/or VC-1 licenses from the [Raspberry Pi Store](http://www.raspberrypi.com/li Thse images are not official Ubuntu products and are community supported by the Ubuntu MATE team. Please post feedback and -issues on the [dedicated community forum](https://ubuntu-mate.community/c/support/raspberry-pi-2). \ No newline at end of file +issues on the [dedicated community forum](https://ubuntu-mate.community/c/support/raspberry-pi-2).