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:
Smirnov Oleksandr 2023-11-08 15:18:13 +02:00
parent 7452db73d1
commit c5b3d5be80

View file

@ -1,4 +1,4 @@
#!/bin/sh
sudo pacman -Syyuu --noconfirm
paru -Sua --noconfirm
sudo pacman -Rs $(pacman -Qdtq) --noconfirm
sudo pacman -Rs "$(pacman -Qdtq)" --noconfirm