Skip to content

Commit

Permalink
fix -remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneSchmitz committed Dec 3, 2023
1 parent aaf3d6e commit 2e570f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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
echo "deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi" | tee /etc/apt/sources.list

# apt update

Expand Down

0 comments on commit 2e570f4

Please sign in to comment.