mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fix the script, i did so because of shellcheck it would not have let me live if i didn't do so
This commit is contained in:
parent
7452db73d1
commit
c5b3d5be80
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sudo pacman -Syyuu --noconfirm
|
sudo pacman -Syyuu --noconfirm
|
||||||
paru -Sua --noconfirm
|
paru -Sua --noconfirm
|
||||||
sudo pacman -Rs $(pacman -Qdtq) --noconfirm
|
sudo pacman -Rs "$(pacman -Qdtq)" --noconfirm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue