From 80dd04ddf3ba7b284a7b1a5df2b1e95ee2aad606 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 6 Sep 2025 13:23:39 +0800 Subject: [PATCH] Fixed #249 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8746336..dfbd3bb 100755 --- a/install.sh +++ b/install.sh @@ -142,7 +142,7 @@ generate() { fi prompt -w "\n Using custom background.jpg as grub background image..." cp -a --no-preserve=ownership "${REO_DIR}/background.jpg" "${THEME_DIR}/${theme}/background.jpg" - magick -auto-orient "${THEME_DIR}/${theme}/background.jpg" "${THEME_DIR}/${theme}/background.jpg" + magick "${THEME_DIR}/${theme}/background.jpg" -auto-orient "${THEME_DIR}/${theme}/background.jpg" fi # Determine which assets to use based on custom resolution or screen