diff options
author | awy <awy@awy.one> | 2024-10-27 18:16:33 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-27 18:16:33 +0300 |
commit | 95e38adf8d5b17cea9f6e6ee3b5e364dcafe9cf6 (patch) | |
tree | 0189485629139bea07baec0f8acc9e5073e5ee69 | |
parent | baf22a7dec6e4d655a03c8600cca8f2285cff43b (diff) |
dinit
-rw-r--r-- | dependencies.txt | 2 | ||||
-rwxr-xr-x | rice.sh | 2 |
2 files changed, 4 insertions, 0 deletions
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 @@ -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 |