Skip to content

Commit 0893a68

Browse files
authored
Update base.yml
1 parent d5dc307 commit 0893a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ modules:
117117
- rm -r /tmp/oversteer-udev/
118118
# Remove avif thumbnailer, as HEIF thumbnailer already covers it (not done in Ublue)
119119
- echo -e "\033[90mRemove avif thumbnailer, as HEIF thumbnailer already covers it (not done in Ublue)\033[0m"
120-
- "[ -f /usr/share/thumbnailers/heif.thumbnailer ] && rm -f /usr/share/thumbnailers/avif.thumbnailer"
120+
- "if [ -f /usr/share/thumbnailers/heif.thumbnailer ] && [ -f /usr/share/thumbnailers/avif.thumbnailer ]; then rm -f /usr/share/thumbnailers/avif.thumbnailer; fi"
121121
# Install just manually until ISO problem is solved
122122
- echo -e "\033[90mInstalling just manually until ISO issue is fixed (not done in Ublue)\033[0m"
123123
- "VER=$(basename $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/casey/just/releases/latest)) && curl -fLs --create-dirs https://github.com/casey/just/releases/download/${VER}/just-${VER}-x86_64-unknown-linux-musl.tar.gz -o /tmp/just-x86_64-unknown-linux-musl.tar.gz"

0 commit comments

Comments
 (0)