diff options
Diffstat (limited to 'public/thesiah.sh')
| -rwxr-xr-x | public/thesiah.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index bb5cf7a..5e2b909 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -824,6 +824,12 @@ elogindsetup # Set up gpu microsetup +# Set up tlp +tlpsetup + +# Set up bbswitch +bbswitchsetup + # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." @@ -832,10 +838,6 @@ librewolfsetup || error "Failed to set up librewolf." putgitrepo "$passwordrepo" "/home/$name/.local/share" "$repobranch" putgitrepo "$obsidianrepo" "/home/$name" "$repobranch" putgitrepo "$webrepo" "/home/$name" "$repobranch" - # Set up tlp - tlpsetup - # Set up bbswitch - bbswitchsetup } # Make grub fast |
