Skip to content

Commit

Permalink
try adding testing-security
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 8, 2023
1 parent a29366f commit 5793119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/r-apt/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."
Expand Down

0 comments on commit 5793119

Please sign in to comment.