File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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+ - " [ -f /usr/share/thumbnailers/heif.thumbnailer ] && rm -f /usr/share/thumbnailers/avif.thumbnailer"
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"
You can’t perform that action at this time.
0 commit comments