Skip to content

Commit

Permalink
fix(yafti): Remove steam.desktop with -f to prevent error from being …
Browse files Browse the repository at this point in the history
…printed if it doesn't exist
  • Loading branch information
KyleGospo committed Sep 3, 2023
1 parent fb373c8 commit 09062f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install-bazzite-arch:
sed -i 's@ (on bazzite-arch)@@g' ~/Desktop/bazzite-arch-net.lutris.Lutris.desktop; \
fi && \
sleep 10 && \
[ ! -e ~/Desktop/steam.desktop ] || rm ~/Desktop/steam.desktop
[ ! -e ~/Desktop/steam.desktop ] || rm -f ~/Desktop/steam.desktop

configure-waydroid:
#!/usr/bin/env bash
Expand Down

0 comments on commit 09062f9

Please sign in to comment.