Skip to content

Commit

Permalink
use last instead of counting transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Midjich committed Nov 24, 2024
1 parent d718d9e commit 15cf8a3
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 @@ -13,6 +13,6 @@ RUN dnf -y install \
pushd Hyprland && mkdir -p --mode=0755 /var/usrlocal && \
mkdir -p --mode=0755 /var/usrlocal/{include,share,bin,etc,games,lib,man,sbin,src} && \
meson setup --prefix=/usr _build && ninja -C _build && ninja -C _build install && \
dnf -y history undo 2 && dnf -y install hyprpaper && \
dnf -y history undo last && dnf -y install hyprpaper && \
cp example/hyprland.desktop /usr/share/wayland-sessions/ && \
dnf -y autoremove && ostree container commit

0 comments on commit 15cf8a3

Please sign in to comment.