summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh14
-rwxr-xr-xstatic/thesiah.sh14
2 files changed, 0 insertions, 28 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index d3a7c41..3d9de28 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -599,17 +599,6 @@ Depends = dash' > /usr/share/libalpm/hooks/relinking-dash.hook
ln -sfT dash /usr/bin/sh
}
-microsetup() {
- microinfo=$(lspci | grep -E "VGA|Display")
- if echo "$microinfo" | grep -qi "Intel"; then
- installpkg xf86-video-intel
- installpkg intel-ucode
- elif echo "$microinfo" | grep -qi "AMD"; then
- installpkg xf86-video-amdgpu
- installpkg amd-ucode
- fi
-}
-
finalize() {
ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/bg.png /home/"$name"/.local/share/bg
chown -h "$name":wheel /home/"$name"/.local/share/bg
@@ -786,9 +775,6 @@ vpnsetup
# Set up clamshell mode
elogindsetup
-# Set up gpu
-microsetup
-
# Get Librewolf installed with add-ons and non-bad settings.
librewolfsetup || error "Failed to set up librewolf."
diff --git a/static/thesiah.sh b/static/thesiah.sh
index d3a7c41..3d9de28 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -599,17 +599,6 @@ Depends = dash' > /usr/share/libalpm/hooks/relinking-dash.hook
ln -sfT dash /usr/bin/sh
}
-microsetup() {
- microinfo=$(lspci | grep -E "VGA|Display")
- if echo "$microinfo" | grep -qi "Intel"; then
- installpkg xf86-video-intel
- installpkg intel-ucode
- elif echo "$microinfo" | grep -qi "AMD"; then
- installpkg xf86-video-amdgpu
- installpkg amd-ucode
- fi
-}
-
finalize() {
ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/bg.png /home/"$name"/.local/share/bg
chown -h "$name":wheel /home/"$name"/.local/share/bg
@@ -786,9 +775,6 @@ vpnsetup
# Set up clamshell mode
elogindsetup
-# Set up gpu
-microsetup
-
# Get Librewolf installed with add-ons and non-bad settings.
librewolfsetup || error "Failed to set up librewolf."