We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc059a commit 30cd588Copy full SHA for 30cd588
entrypoint.sh
@@ -2,9 +2,10 @@
2
set -e
3
4
echo "🔧 修复 buster 的源..."
5
+
6
cat > /etc/apt/sources.list <<EOF
7
deb http://archive.debian.org/debian buster main contrib non-free
-deb http://security.debian.org/debian-security buster/updates main
8
+deb http://archive.debian.org/debian-security buster/updates main
9
EOF
10
11
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid-until
0 commit comments