From aaf3d6e3bedece8c06d4b54a9defa967d807fe1c Mon Sep 17 00:00:00 2001 From: Etienne Schmitz Date: Sun, 3 Dec 2023 01:49:04 +0100 Subject: [PATCH] fix - update sed --- .github/workflows/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.sh b/.github/workflows/install.sh index 8bad94f..7e914d7 100755 --- a/.github/workflows/install.sh +++ b/.github/workflows/install.sh @@ -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