Skip to content

Commit

Permalink
forgot hyprpaper, also do a local hyprland install to ensure no missi…
Browse files Browse the repository at this point in the history
…ng assets
  • Loading branch information
Stefan Midjich committed Nov 21, 2024
1 parent 9da831b commit 5d92715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dnf -y install \
libinput-devel xcb-util-wm-devel xorg-x11-server-Xwayland-devel \
mesa-libgbm-devel xcb-util-renderutil-devel \
hwdata libdisplay-info-devel libliftoff-devel 'dnf5-command(builddep)' && \
sudo dnf -y builddep hyprland && \
sudo dnf -y builddep hyprland && sudo dnf -y install hyprland hyprpaper && \
rm -rf ./Hyprland && git clone -b v0.45.2 https://github.com/hyprwm/Hyprland && \
pushd Hyprland && mkdir -p --mode=0755 /var/usrlocal && \
mkdir -p --mode=0755 /var/usrlocal/{include,share,bin,etc,games,lib,man,sbin,src} && \
Expand Down

0 comments on commit 5d92715

Please sign in to comment.