diff options
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index a121282..8f2db0f 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -805,7 +805,6 @@ librewolfsetup || error "Failed to set up librewolf." } # Make grub fast -sed -Ei "s/^(GRUB_TIMEOUT=).*/\15/" /etc/default/grub [ -z "$(xrandr | grep '1024x768')" ] || sed -Ei "s/^(GRUB_GFXMODE=).*/\11024x768x8/" /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg >/dev/null 2>&1 |
