From 87cb47c80b60aa592e91cd1004f9875aec8654d2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 23 May 2021 18:46:10 +0200 Subject: [PATCH] Also mention libimobiledevice-utils as packages for Ubuntu/Raspbian --- content/get-started/linux/2-ubuntu.md | 2 +- content/get-started/raspberry-pi/2-pi-os.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/linux/2-ubuntu.md b/content/get-started/linux/2-ubuntu.md index 062543d..3e9920a 100644 --- a/content/get-started/linux/2-ubuntu.md +++ b/content/get-started/linux/2-ubuntu.md @@ -12,5 +12,5 @@ Open a command-line terminal on your machine. Enter the commands provided below. ```shell-session -$ sudo apt-get install libimobiledevice6 usbmuxd +$ sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils ``` diff --git a/content/get-started/raspberry-pi/2-pi-os.md b/content/get-started/raspberry-pi/2-pi-os.md index e3454b7..fad9531 100644 --- a/content/get-started/raspberry-pi/2-pi-os.md +++ b/content/get-started/raspberry-pi/2-pi-os.md @@ -12,5 +12,5 @@ Open a command-line terminal on your machine. Enter the commands provided below. ```shell-session -$ sudo apt-get install libimobiledevice6 usbmuxd +$ sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils ```