28 lines
266 B
Markdown
28 lines
266 B
Markdown
# Yay is broken (micro tut)
|
|
|
|
## Reinstall Yay
|
|
|
|
### clone the repo
|
|
|
|
```bash
|
|
git clone https://aur.archlinux.org/yay.git
|
|
```
|
|
|
|
### go to dir
|
|
|
|
```bash
|
|
cd yay
|
|
```
|
|
|
|
### rust install script
|
|
|
|
```bash
|
|
makepkg -si
|
|
```
|
|
|
|
## update yay packages for good measure
|
|
|
|
```bash
|
|
yay
|
|
```
|