Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing mmdebstrap and apt-get update #5

Open
pfk-beta opened this issue Jan 24, 2024 · 0 comments
Open

failing mmdebstrap and apt-get update #5

pfk-beta opened this issue Jan 24, 2024 · 0 comments

Comments

@pfk-beta
Copy link

some repositories are not signed (there is an error about GPG). See https://manpages.debian.org/testing/mmdebstrap/mmdebstrap.1.en.html#BUGS . To solve the problem, you may want to add this options (common-part.sh). This is security risk, but it works.

mmdebstrap -v \
  --aptopt='Acquire::AllowInsecureRepositories "1"' \
  --aptopt='APT::Get::AllowUnauthenticated "1"' \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant