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 c817535 commit b33e494
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/bash

sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
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

sudo apt update

echo "DEBUG"
apt update

# 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 b33e494

Please sign in to comment.