Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created May 21, 2023 00:28
Show Gist options
  • Save gregjhogan/e691aa3fdc8bd8cc60c29a5ff569ce4e to your computer and use it in GitHub Desktop.
Save gregjhogan/e691aa3fdc8bd8cc60c29a5ff569ce4e to your computer and use it in GitHub Desktop.
ubuntu deb mirror of nvidia drivers
HOST=us.archive.ubuntu.com
VERSION=530
#debmirror --host=${HOST} --dist=focal --arch=amd64,all --section=restricted --root=/ubuntu --exclude='/.*' --include='/n/nvidia-graphics-drivers-.*' --no-source --no-check-gpg --progress ./mirror/${HOST}
debmirror --host=${HOST} --dist=focal,focal-security,focal-updates --arch=amd64,all --section=restricted --root=/ubuntu --exclude='/.*' --include='/n/nvidia-graphics-drivers-${VERSION}/.*' --no-source --no-check-gpg --progress ./mirror/${HOST}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment