Fabian42 / bash_scripts

Contains various bash scripts that I have written mainly for myself.
The Unlicense
5 stars 0 forks source link

yay wrapper #52

Open Fabian42 opened 1 year ago

Fabian42 commented 1 year ago

hide "permissions differ", skip failed packages

yay -S --noconfirm package; echo "$? package" >> update_log; space

(space only if failed and storage low)

Fabian42 commented 1 year ago

warn when installing previously uninstalled package

Fabian42 commented 1 year ago

minimise GCC output

Fabian42 commented 1 year ago

optional deps (list or auto-install)

Fabian42 commented 1 year ago

checkrebuild, needrestart

Fabian42 commented 1 year ago

https://github.com/Jguer/yay/issues/713#issuecomment-887590449