diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-01 22:45:19 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-01 22:45:19 +0200 |
commit | 5ebb1b1f4a62ac2140d07cadf1da55fb9acc00dd (patch) | |
tree | 8bc82b27cf594b8e8941673cb9582e3be6fc4ec5 /install.sh | |
parent | 2a8dfbb8473a3aaa90f19a422ab8d570873f858f (diff) |
fix dependencies on artix
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -82,7 +82,11 @@ if command_exists pacman; then alsa-utils \ chafa \ xdg-user-dirs \ - xss-lock + xss-lock \ + gstreamer \ + gst-plugins-base \ + gst-plugins-good \ + gst-plugins-bad paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix elif command_exists apt; then |