Skip to content

Commit

Permalink
raspberry-pi-imager
Browse files Browse the repository at this point in the history
  • Loading branch information
slspeek committed Nov 20, 2024
1 parent 54003f4 commit 03aea2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COMPLETE_LIVE_LATE_CMDS=$(MINIMAL_LIVE_LATE_CMDS),$\
golang,$\
google-chrome,$\
popcorntime,$\
raspberry-pi-imager,$\
teamviewer,$\
vscode
COMPLETE_LATE_CMDS=$(MINIMAL_LATE_CMDS),$\
Expand All @@ -67,6 +68,7 @@ COMPLETE_LATE_CMDS=$(MINIMAL_LATE_CMDS),$\
megasync,$\
prepare-education-box,$\
popcorntime,$\
raspberry-pi-imager,$\
teamviewer,$\
uu-add-origins,$\
uu-activate,$\
Expand Down
1 change: 1 addition & 0 deletions late-cmds/raspberry-pi-imager
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install-raspberry-pi-imager.sh
4 changes: 4 additions & 0 deletions scripts/install-raspberry-pi-imager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -e

install-deb-from-url.sh https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb

0 comments on commit 03aea2e

Please sign in to comment.