summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-15 16:21:55 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-15 16:21:55 +0900
commit01d9edd1f3beae87dda261d0a12ea915d4509c4e (patch)
tree15e230607370b07cc4a717622a50edc9b3c4fc8f
parentc8029c0952b80ef4a8b6d00ebd44a7fcde76d9aa (diff)
Init
-rwxr-xr-xpublic/thesiah.sh7
-rwxr-xr-xstatic/thesiah.sh7
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."