Created
March 3, 2018 19:20
-
-
Save miabbott/ebb72e63558dd4100004a6f8832d675f to your computer and use it in GitHub Desktop.
pirate mirror instructions
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
| # cd $(mktemp -d) | |
| # ostree --repo=repo init --mode=archive | |
| # ostree --repo=repo remote add --set gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-primary pirate https://f27-atomic-content.ams3.digitaloceanspaces.com/backup/repo/ | |
| # ostree --repo=repo pull pirate:fedora/27/x86_64/workstation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment