Skip to content

Instantly share code, notes, and snippets.

@yfe404
Created January 12, 2022 19:48
Show Gist options
  • Save yfe404/f0038d081f563a771c7d791e5d2617c4 to your computer and use it in GitHub Desktop.
Save yfe404/f0038d081f563a771c7d791e5d2617c4 to your computer and use it in GitHub Desktop.
arch-setup
systemctl enable sshd ; systemctl start sshd
# select relevant servers in /etc/pacman.d/mirrorlist according to your location
# initialise keyring
pacman-key --init
# initial setup of keys
pacman-key --populate archlinux
# update everything (should be done regularly)
pacman -Sy archlinux-keyring && pacman -Su
pacman -S git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment