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