We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788dda8 commit d492bccCopy full SHA for d492bcc
1 file changed
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
set -e
59
CODENAME=$(perl -nle '/^VERSION_CODENAME="?([^"]+)/ and $codename=$1; /^VERSION="\d+ \((.*)\)/ and $maybe_codename=$1; END { print $codename || $maybe_codename }' /etc/os-release)
60
case "$CODENAME" in
61
- wheezy|jessie|stretch)
+ wheezy|jessie|stretch|buster)
62
echo "APT::Get::AllowUnauthenticated 1;" > /etc/apt/apt.conf.d/02allow-unsigned
63
echo "deb [check-valid-until=no] http://archive.debian.org/debian $CODENAME main" > /etc/apt/sources.list
64
echo "deb [check-valid-until=no] http://archive.debian.org/debian-security/ $CODENAME/updates main" >> /etc/apt/sources.list
0 commit comments