I hereby claim:
- I am mikejcks on github.
- I am mikejcks (https://keybase.io/mikejcks) on keybase.
- I have a public key whose fingerprint is DCC8 914A F08B 36C2 BCE2 22E5 D1F8 B7E1 68C3 2FFA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!-- | |
| WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE | |
| OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: | |
| virsh edit ubuntu19.04 | |
| or other application using the libvirt API. | |
| --> | |
| <domain type='kvm'> | |
| <name>ubuntu19.04</name> | |
| <uuid>95be7a32-0a70-4d4e-9e7e-1e64d80a44b0</uuid> |
| 1. Edit the mirror list located at /etc/pacman.d/mirrorlist and uncomment a preferred mirror (preferrably closest to you) | |
| 2. Initialize Pacman GPG Keys | |
| - $> pacman-key --init | |
| - $> pacman-key --populate archlinux | |
| - $> pacman-key --refresh-keys -u --keyserver hkps.pool.sks-keyservers.net | |
| *The use of the --keyserver flag is due to an error that currently occurs when using the default keyserver | |
| 3. Reinstall Arch keyring | |
| - $> pacman -S archlinux-keyring | |
| 4. Install Yay (if desired) | |
| - Create a user (you cannot run makepkg as root, you must be signed in as a user) |