Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyberorg/26da3fdef90fb198261b4756efff9114 to your computer and use it in GitHub Desktop.
Save kyberorg/26da3fdef90fb198261b4756efff9114 to your computer and use it in GitHub Desktop.
Setting up Arch Linux LXC on ProxMox
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
3. Reinstall Arch keyring
- $> pacman -S archlinux-keyring
@kyberorg
Copy link
Author

kyberorg commented May 4, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment