created installer files; copied yay-installer from The_miro/Dotfiles.git
parent
1d5beee242
commit
34ca605c2e
|
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "Installing yay"
|
||||||
|
cd ~
|
||||||
|
mkdir install-tmp
|
||||||
|
cd install-tmp
|
||||||
|
sudo pacman -S --needed git base-devel
|
||||||
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
cd yay
|
||||||
|
makepkg -si
|
||||||
|
cd ~/install-tmp
|
||||||
|
git clone https://github.com/leahneukirchen/nq.git
|
||||||
|
cd nq
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue