Skip to content

Commit

Permalink
Fix some Copy Paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel authored Mar 11, 2024
1 parent 7969083 commit 72c4ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h2>Usage</h2>
<h3>RaspberryPi OS/OctoPi</h3>

<code>
curl -s --compressed "https://foosel.github.io/apt.octoprint.org/octoprint.gpg.key" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/octoprint.gpg > /dev/null<br>
sudo curl -s --compressed -o /etc/apt/sources.list.d/octoprint.list "https://foosel.github.io/apt.octoprint.org/octoprint-bullseye-rpi.list"<br>
curl -s --compressed "https://apt.octoprint.org/octoprint.gpg.key" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/octoprint.gpg > /dev/null<br>
sudo curl -s --compressed -o /etc/apt/sources.list.d/octoprint.list "https://apt.octoprint.org/octoprint-bullseye-rpi.list"<br>
sudo apt update<br>
</code>

Expand Down

0 comments on commit 72c4ab9

Please sign in to comment.