fix dangerous typo
This commit is contained in:
parent
437ec2716e
commit
4d7c6188f3
@ -15,7 +15,7 @@ mkdir -p $HOME/src # source code
|
|||||||
|
|
||||||
if [ $1 = "arch" ]; then
|
if [ $1 = "arch" ]; then
|
||||||
# this enables the multilib repo. may fuck shit up.
|
# 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)
|
sudo pacman -S $(cat packages/all packages/arch_pacman)
|
||||||
bash arch_yay.sh # builds yay for use with Arch Linux.
|
bash arch_yay.sh # builds yay for use with Arch Linux.
|
||||||
|
Loading…
Reference in New Issue
Block a user