mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
sudo pacman -Syyuu --noconfirm
|
|
yay -Sua --noconfirm
|
|
sudo pacman -Rs $(pacman -Qdtq) --noconfirm
|