new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit b38e65cd162a32d8e35e04ae64ec74e0efd68e9a
parent 03ac87ccc277484d4bde646e8014add0c73fef7a
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  9 Sep 2021 16:00:53 -0700

arch: install base-devel and go packages

base-devel and go are prerequisites for installing the `yay` AUR tool.

Diffstat:
March_install.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch_install.md b/arch_install.md @@ -516,9 +516,11 @@ Next, terminal multiplexing support via tmux: Next, compilers and development tools: + pacman -S base-devel pacman -S binutils pacman -S clang lld lldb pacman -S nasm + pacman -S go And, source control: