From 95e38adf8d5b17cea9f6e6ee3b5e364dcafe9cf6 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 27 Oct 2024 18:16:33 +0300 Subject: dinit --- dependencies.txt | 2 ++ rice.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dependencies.txt b/dependencies.txt index b016a2b..6c2652a 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -2,6 +2,8 @@ hyprland xdg-desktop-portal-hyprland hyprpaper +# needed +dbus-dinit # sound pipewire diff --git a/rice.sh b/rice.sh index 2ff61e8..f6b2e48 100755 --- a/rice.sh +++ b/rice.sh @@ -8,6 +8,8 @@ if [ "$(id -u)" -ne 0 ] exit fi +dinitctl enable dbus + DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' dependencies.txt | tr '\n' ' '`" pacman -Sy --noconfirm pacman -S $DEPLIST --noconfirm -- cgit v1.2.3