Skip to content

Commit

Permalink
Remove OctoPi-Klipper
Browse files Browse the repository at this point in the history
It's now merged into RPi Imager.

See raspberrypi/rpi-imager#330
  • Loading branch information
foosel committed Feb 2, 2022
1 parent 9d82232 commit 698e847
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-to-github-pages.yml
Expand Up @@ -66,9 +66,6 @@ jobs:
- name: 🔨 Extend rpi-imager.json
run: |
# add OctoPi-Klipper
jq '.os_list += [{"name": "OctoPi-Klipper","description": "OctoPi + Klipper 3D printer firmware service","icon": "https://github.com/guysoft/OctoPi-Klipper/raw/main/media/rpi-imager-OctoPi-Klipper.png", "subitems_url": "https://unofficialpi.org/rpi-imager/rpi-imager-octopi-klipper.json"}]' ./files/rpi-imager.json > ./files/rpi-imager.json.tmp && mv ./files/rpi-imager.json.tmp ./files/rpi-imager.json
# add nightlies
jq '.os_list += [{"name": "OctoPi Nightlies","description": "Nightly OctoPi builds, untested, bleeding edge","subitems_url": "https://octoprint.org/files/rpi-imager-nightlies.json"}]' ./files/rpi-imager.json > ./files/rpi-imager.json.tmp && mv ./files/rpi-imager.json.tmp ./files/rpi-imager.json
Expand Down

0 comments on commit 698e847

Please sign in to comment.