Last active
July 22, 2024 16:16
-
-
Save darallium/ec1ee0f1c8f17788c92aa695d692f9a0 to your computer and use it in GitHub Desktop.
arch on proxmoxをぱっと使えるようにするためのワンライナー テンプレートを使わない理由は不明
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
| 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