Skip to content

Commit

Permalink
fix: Switch to xdg-user-dirs package
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 21, 2023
1 parent 4af6bfb commit 32191cb
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 @@ -31,7 +31,6 @@ RUN git clone https://github.com/89luca89/distrobox.git --single-branch && \
cp distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec && \
ln -s /usr/bin/distrobox-host-exec /usr/bin/flatpak && \
ln -s /usr/bin/distrobox-host-exec /usr/bin/firefox && \
ln -s /usr/bin/distrobox-host-exec /usr/bin/xdg-user-dir && \
wget https://github.com/1player/host-spawn/releases/download/$(cat distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O distrobox/host-spawn && \
cp distrobox/host-spawn /usr/bin/host-spawn && \
chmod +x /usr/bin/host-spawn && \
Expand Down Expand Up @@ -62,6 +61,7 @@ RUN pacman -S \
hyfetch \
fish \
yad \
xdg-user-dirs \
xdotool \
xorg-xwininfo \
wmctrl \
Expand Down

0 comments on commit 32191cb

Please sign in to comment.