diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-15 17:22:28 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-15 17:22:28 +0900 |
| commit | fb18b9c421a80bb14f713810ac0b8ded28c41ff4 (patch) | |
| tree | 8c700546e650298a3f1e957f9bd79754af426639 | |
| parent | 4722a4e037eee3fa38e81cb99530cdce45d8bb0d (diff) | |
Init
| -rwxr-xr-x | public/thesiah.sh | 2 | ||||
| -rwxr-xr-x | static/thesiah.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index 96768f0..ede9228 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -800,7 +800,7 @@ librewolfsetup || error "Failed to set up librewolf." } # Make grub fast -sed -Ei "s/^(GRUB_TIMEOUT=).*/\15/;s/^(GRUB_TIMEOUT_STYLE=).*/\1hidden/" /etc/default/grub +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 diff --git a/static/thesiah.sh b/static/thesiah.sh index 96768f0..ede9228 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -800,7 +800,7 @@ librewolfsetup || error "Failed to set up librewolf." } # Make grub fast -sed -Ei "s/^(GRUB_TIMEOUT=).*/\15/;s/^(GRUB_TIMEOUT_STYLE=).*/\1hidden/" /etc/default/grub +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 |
