all repos

dotfiles @ c5b3d5b

my dotfiles
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,4 +1,4 @@

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