From c439e064388af78d179002831b6ff27a60d60f21 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 29 Oct 2025 01:33:38 +0300 Subject: better not to do this shit --- rice.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rice.sh b/rice.sh index 77d17f3..e71e652 100755 --- a/rice.sh +++ b/rice.sh @@ -27,7 +27,6 @@ run_as_user() { usermod -aG seat $PERMUSER DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' dependencies.txt | tr '\n' ' '`" -pacman -Sy --noconfirm pacman -S $DEPLIST --noconfirm --needed run_as_user cp -r "$WORKDIRECTORY"/.config /home/"$PERMUSER" -- cgit v1.2.3