Skip to content

Commit

Permalink
Ventura problem fixed, remove workaround (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 31, 2022
1 parent c3368b6 commit 3e43977
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/install-choose/install-choose-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,7 @@ class ESPHomeInstallChooseDialog extends LitElement {
</li>
<li>The Pico will show up as a USB drive named RPI-RP2</li>
<li>${downloadButton}</li>
<li>
${window.navigator.platform.startsWith("Mac")
? html`
<del>Drag the downloaded file to the USB drive</del><br />
For users on a Mac, follow
<a
href="https://www.raspberrypi.com/news/the-ventura-problem/"
target="_blank_"
>these instructions</a
>
`
: "Drag the downloaded file to the USB drive"}
</li>
<li>Drag the downloaded file to the USB drive</li>
<li>Your Pico will reboot and the installation is complete</li>
</ol>
`;
Expand Down

0 comments on commit 3e43977

Please sign in to comment.