Skip to content

Instantly share code, notes, and snippets.

@darallium
Last active July 22, 2024 16:16
Show Gist options
  • Select an option

  • Save darallium/ec1ee0f1c8f17788c92aa695d692f9a0 to your computer and use it in GitHub Desktop.

Select an option

Save darallium/ec1ee0f1c8f17788c92aa695d692f9a0 to your computer and use it in GitHub Desktop.
arch on proxmoxをぱっと使えるようにするためのワンライナー テンプレートを使わない理由は不明
yes | pacman-key --init && yes | pacman-key --populate archlinux && yes | pacman -Sy archlinux-keyring | sed -i -e '/Japan/{n;n;s/^#\(Server = https.*\)/\1/;n;s/^#\(Server = http.*\)/\1/;n;n;s/^#\(Server = https.*\)/\1/}' /etc/pacman.d/mirrorlist && yes | pacman -Syu && yes | pacman -S neovim git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment