mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# shellcheck disable=SC2046
|
|
|
|
sudo pacman -Syu --noconfirm
|
|
paru -Sua --noconfirm
|
|
sudo pacman -Rns $(pacman -Qdtq) --noconfirm
|