7 lines
84 B
Bash
7 lines
84 B
Bash
#!/bin/bash
|
|
|
|
cd /tmp
|
|
git clone https://aur.archlinux.org/yay.git
|
|
cd yay
|
|
makepkg -si
|