LinuxBrew no arco
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
Mysterious Macaque
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
pacman -Syu # CAUTION: this updates the whole system
pacman -S base-devel
[ -d /home/linuxbrew/.linuxbrew ] && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
# You most likely want to add the above line to your shell startup file as well.