mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-21 06:54:28 +01:00
15 lines
202 B
Bash
Executable File
15 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ouex pipefail
|
|
|
|
dnf5 copr enable -y solopasha/hyprland
|
|
dnf5 install -y \
|
|
hyprland \
|
|
hypridle \
|
|
hyprlock \
|
|
hyprpolkitagent \
|
|
waybar \
|
|
pavucontrol \
|
|
cliphist
|
|
|