all repos

dotfiles @ c5b3d5b

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
fix the script, i did so because of shellcheck it would not have let me live if i didn't do so
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-11-08 15:18:13 +0200
Parent: 7452db7
M bin/arch-upd
ยทยทยท
        1
        1
         #!/bin/sh

      
        2
        2
         sudo pacman -Syyuu --noconfirm

      
        3
        3
         paru -Sua --noconfirm

      
        4
        
        -sudo pacman -Rs $(pacman -Qdtq) --noconfirm

      
        
        4
        +sudo pacman -Rs "$(pacman -Qdtq)" --noconfirm