mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: refactor and reformat
This commit is contained in:
parent
efb4418451
commit
5d78ad3d43
7 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo pacman -Syyuu --noconfirm
|
||||
paru -Sua --noconfirm
|
||||
sudo pacman -Rs $(pacman -Qdtq | sed 's/\n/ /g') --noconfirm
|
||||
sudo pacman -Rs "$(pacman -Qdtq | sed 's/\n/ /g')" --noconfirm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue