Skip to content

Instantly share code, notes, and snippets.

@gh0stwizard
Last active November 14, 2022 21:38
Show Gist options
  • Save gh0stwizard/a426ba50da6582c2bb14c0153b8abee5 to your computer and use it in GitHub Desktop.
Save gh0stwizard/a426ba50da6582c2bb14c0153b8abee5 to your computer and use it in GitHub Desktop.
Debian 6, 7 install workaround
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