Better
This commit is contained in:
@@ -54,8 +54,8 @@ chsh -s /usr/bin/fish
|
|||||||
if ! test (which yay)
|
if ! test (which yay)
|
||||||
printf "\n# Installing yay ##############################################################\n\n"
|
printf "\n# Installing yay ##############################################################\n\n"
|
||||||
cd
|
cd
|
||||||
mkdir -p fromGIT
|
mkdir -p ~/fromGIT
|
||||||
cd fromGIT
|
cd ~/fromGIT
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
|||||||
@@ -270,8 +270,8 @@
|
|||||||
if ! test (which yay)
|
if ! test (which yay)
|
||||||
printf "\n# Installing yay ##############################################################\n\n"
|
printf "\n# Installing yay ##############################################################\n\n"
|
||||||
cd
|
cd
|
||||||
mkdir -p fromGIT
|
mkdir -p ~/fromGIT
|
||||||
cd fromGIT
|
cd ~/fromGIT
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
|||||||
Reference in New Issue
Block a user