From 579311971212aca6ad28aa16849eddded93af34e Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sun, 8 Oct 2023 05:07:46 +0000 Subject: [PATCH] try adding testing-security --- src/r-apt/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r-apt/install.sh b/src/r-apt/install.sh index eab8d82..91d8653 100755 --- a/src/r-apt/install.sh +++ b/src/r-apt/install.sh @@ -162,6 +162,7 @@ elif [ "${ID}" = "debian" ]; then if [ "${USE_TESTING}" = "true" ]; then echo "Set up Debian testing..." echo "deb http://http.debian.net/debian testing main" >/etc/apt/sources.list.d/debian-testing.list + echo "deb http://http.debian.net/debian testing-security main" >>/etc/apt/sources.list.d/debian-testing.list echo "deb http://http.debian.net/debian unstable main" >/etc/apt/sources.list.d/debian-unstable.list else echo "Set up for Debian ${VERSION_CODENAME}..."