diff options
| -rwxr-xr-x | public/thesiah.sh | 7 | ||||
| -rwxr-xr-x | static/thesiah.sh | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index a851678..94b56ac 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -787,7 +787,7 @@ vpnsetup elogindsetup # Set up gpu -# microsetup +microsetup # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." @@ -799,11 +799,6 @@ librewolfsetup || error "Failed to set up librewolf." putgitrepo "$webrepo" "/home/$name" "$repobranch" } -# Make grub fast -sed -Ei "s/^(GRUB_GFXMODE=).*/\11024x768x8/;s/^(GRUB_TIMEOUT=).*/\15/;s/^(GRUB_TIMEOUT_STYLE=).*/\1hidden/" /etc/default/grub - -grub-mkconfig -o /boot/grub/grub.cfg >/dev/null 2>&1 - # Allow wheel users to sudo with password and allow several system commands # (like `shutdown` to run without password). addsudo || error "Failed to add $name sudoers." diff --git a/static/thesiah.sh b/static/thesiah.sh index a851678..94b56ac 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -787,7 +787,7 @@ vpnsetup elogindsetup # Set up gpu -# microsetup +microsetup # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." @@ -799,11 +799,6 @@ librewolfsetup || error "Failed to set up librewolf." putgitrepo "$webrepo" "/home/$name" "$repobranch" } -# Make grub fast -sed -Ei "s/^(GRUB_GFXMODE=).*/\11024x768x8/;s/^(GRUB_TIMEOUT=).*/\15/;s/^(GRUB_TIMEOUT_STYLE=).*/\1hidden/" /etc/default/grub - -grub-mkconfig -o /boot/grub/grub.cfg >/dev/null 2>&1 - # Allow wheel users to sudo with password and allow several system commands # (like `shutdown` to run without password). addsudo || error "Failed to add $name sudoers." |
