commit fb54a875721f460898e2fbca47e31c5431c1ef37
parent ae87732af36e21292f2cac83bf72aadd25ab7f03
Author: awy <awy@awy.one>
Date: Thu, 20 Mar 2025 14:30:13 +0300
fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rice.sh b/rice.sh
@@ -23,7 +23,7 @@ run_as_user() {
DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' dependencies.txt | tr '\n' ' '`"
pacman -Sy --noconfirm
-pacman -S "$DEPLIST" --noconfirm --needed
+pacman -S $DEPLIST --noconfirm --needed
usermod -aG seat,input,audio,video "$PERMUSER"
run_as_user cp -r "$WORKDIRECTORY"/.config /home/"$PERMUSER"
@@ -122,7 +122,7 @@ cd paru
run_as_user makepkg -csi --noconfirm
cd "$WORKDIRECTORY"
DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' aurdeps.txt | tr '\n' ' '`"
-run_as_user paru -S "$DEPLIST" --noconfirm
+run_as_user paru -S $DEPLIST --noconfirm
run_as_user dbus-launch gsettings set org.gnome.desktop.interface gtk-theme "Nordic"
run_as_user dbus-launch gsettings set org.gnome.desktop.wm.preferences theme "Nordic"
run_as_user dbus-launch gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu'