diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-15 16:21:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-15 16:21:55 +0900 |
| commit | 01d9edd1f3beae87dda261d0a12ea915d4509c4e (patch) | |
| tree | 15e230607370b07cc4a717622a50edc9b3c4fc8f | |
| parent | c8029c0952b80ef4a8b6d00ebd44a7fcde76d9aa (diff) | |
Init
| -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." |
