mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: fix arch-upd script
This commit is contained in:
parent
8d45cf102e
commit
7cc26cff2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo pacman -Syyuu --noconfirm
|
||||
paru -Sua --noconfirm
|
||||
sudo pacman -Rs "$(pacman -Qdtq)" --noconfirm
|
||||
sudo pacman -Rns $(pacman -Qdtq) --noconfirm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue