1
0

fix dangerous typo

This commit is contained in:
Deven Blake 2021-01-29 07:59:56 -05:00
parent 437ec2716e
commit 4d7c6188f3

View File

@ -15,7 +15,7 @@ mkdir -p $HOME/src # source code
if [ $1 = "arch" ]; then
# this enables the multilib repo. may fuck shit up.
sudo printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >/etc/pacman.conf
sudo printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >>/etc/pacman.conf
sudo pacman -S $(cat packages/all packages/arch_pacman)
bash arch_yay.sh # builds yay for use with Arch Linux.