Created
May 21, 2023 00:28
-
-
Save gregjhogan/e691aa3fdc8bd8cc60c29a5ff569ce4e to your computer and use it in GitHub Desktop.
ubuntu deb mirror of nvidia drivers
This file contains hidden or 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
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