diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 4b82248..dd33f95 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -54,8 +54,8 @@ chsh -s /usr/bin/fish if ! test (which yay) printf "\n# Installing yay ##############################################################\n\n" cd - mkdir -p fromGIT - cd fromGIT + mkdir -p ~/fromGIT + cd ~/fromGIT git clone https://aur.archlinux.org/yay.git cd yay makepkg -si --noconfirm diff --git a/org/config/installation.org b/org/config/installation.org index 5203da8..6c1565e 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -270,8 +270,8 @@ if ! test (which yay) printf "\n# Installing yay ##############################################################\n\n" cd - mkdir -p fromGIT - cd fromGIT + mkdir -p ~/fromGIT + cd ~/fromGIT git clone https://aur.archlinux.org/yay.git cd yay makepkg -si --noconfirm