Skip to content

Commit

Permalink
Update apt-get command to support oldstable
Browse files Browse the repository at this point in the history
Raspbian has been deprecated in favor of RaspiOS.
As a consequence, the Raspbian repo has changed from 'stable' to 'oldstable'
which causes the apt-get update command to fail.  This is the minimal change
required to get the outdated image to build correctly.

Signed-off-by: llamasoft <llamasoft@rm-rf.email>
  • Loading branch information
llamasoft committed Oct 3, 2022
1 parent aed23b2 commit a7f03e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/pwnagotchi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"inline": [
"sed -i 's/^\\([^#]\\)/#\\1/g' /etc/ld.so.preload",
"dpkg-architecture",
"apt-get -y update",
"apt-get -y --allow-releaseinfo-change update",
"apt-get install -y ansible"
]
},
Expand Down

0 comments on commit a7f03e3

Please sign in to comment.