Skip to content

Commit 30cd588

Browse files
authored
test 修复 buster 的源
1 parent 1fc059a commit 30cd588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
set -e
33

44
echo "🔧 修复 buster 的源..."
5+
56
cat > /etc/apt/sources.list <<EOF
67
deb http://archive.debian.org/debian buster main contrib non-free
7-
deb http://security.debian.org/debian-security buster/updates main
8+
deb http://archive.debian.org/debian-security buster/updates main
89
EOF
910

1011
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid-until

0 commit comments

Comments
 (0)