Last active
November 14, 2022 21:38
-
-
Save gh0stwizard/a426ba50da6582c2bb14c0153b8abee5 to your computer and use it in GitHub Desktop.
Debian 6, 7 install workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mirror: archive.debian.org | |
chroot /target | |
cat > /etc/apt/apt.conf.d/10no--check-valid-until | |
Acquire::Check-Valid-Until "0"; | |
APT::Get::AllowUnauthenticated "true"; | |
Acquire::AllowInsecureRepositories "true"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment