mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add note about Ubuntu fuse dependency for Etcher (#24530)
This commit is contained in:
parent
b558930daa
commit
297c77a386
@ -91,6 +91,19 @@ To use this method, follow the steps described in the procedure below: [Write th
|
||||
|
||||
- To use this method, follow the instructions of your Live distribution (e.g., [this Ubuntu guide](https://ubuntu.com/tutorials/try-ubuntu-before-you-install)). Once you booted the live operating system, follow the steps described in the procedure below: [Write the image to your boot media](#write-the-image-to-your-boot-media).
|
||||
|
||||
{% details "Ubuntu dependency's for Etcher" %}
|
||||
|
||||
When installing Etcher on an Ubuntu system you may need to install the fuse
|
||||
dependency, you can do so with the following commands:
|
||||
|
||||
```bash
|
||||
sudo add-apt-repository universe
|
||||
sudo apt update
|
||||
sudo apt install libfuse2
|
||||
```
|
||||
|
||||
{% enddetails %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
### Write the image to your boot media
|
||||
|
Loading…
x
Reference in New Issue
Block a user