From 4da0024ad369e702cc5d2b15a2d3cc924395e069 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 19 Feb 2020 18:04:35 +0800 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f454ec..7ad7623 100755 --- a/install.sh +++ b/install.sh @@ -125,7 +125,7 @@ install() { if [[ ${screen} == '4k' ]]; then echo "GRUB_GFXMODE=3840x2160x32" >> /etc/default/grub elif [[ ${screen} == '2k' ]]; then - echo "GRUB_GFXMODE=2560×1440x32" >> /etc/default/grub + echo "GRUB_GFXMODE=2560x1440x32" >> /etc/default/grub fi # Update grub config