Skip to content

Commit

Permalink
Manage sourse list for RPi
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jan 24, 2024
1 parent 504ae8c commit 8307125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pi/start/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ stay-on-service-reload:
'systemctl restart stay-on':
cmd.run

/etc/apt/sources.list:
file.managed:
- source: salt://pi/start/source.list

'apt-get update':
cmd.run
1 change: 1 addition & 0 deletions pi/start/source.list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deb http://legacy.raspbian.org/raspbian/ stretch main contrib non-free rpi

0 comments on commit 8307125

Please sign in to comment.