6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /opt || exit 1
|
|
git clone https://aur.archlinux.org/yay.git
|
|
cd yay || exit 1
|
|
makepkg -sric --noconfirm |