Skip to content

Commit

Permalink
fix - update sed
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneSchmitz committed Dec 3, 2023
1 parent b33e494 commit aaf3d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cp /etc/apt/sources.list /etc/apt/sources.list.backup

echo "deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi" | sudo tee /etc/apt/sources.list

apt update
# apt update

# sed -i 's/stable\/updates/stable-security\/updates/' /etc/apt/sources.list
sed -i 's/stable\/updates/stable-security\/updates/' /etc/apt/sources.list
# deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi

0 comments on commit aaf3d6e

Please sign in to comment.