diff options
| -rwxr-xr-x | public/thesiah-debian.sh | 2 | ||||
| -rwxr-xr-x | public/thesiah.sh | 10 | ||||
| -rwxr-xr-x | static/thesiah-debian.sh | 2 | ||||
| -rwxr-xr-x | static/thesiah.sh | 10 |
4 files changed, 14 insertions, 10 deletions
diff --git a/public/thesiah-debian.sh b/public/thesiah-debian.sh index 3da9ec3..9b93707 100755 --- a/public/thesiah-debian.sh +++ b/public/thesiah-debian.sh @@ -64,7 +64,7 @@ adduserandpass() { "/home/$name/Public" \ "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ - "/media/flash" \ + "/media/$name/flash" \ "/mnt/second" \ "/home/$name" && chown -R "$name":sudo /home/"$name" echo "$name:$pass1" | chpasswd >/dev/null 2>&1 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 diff --git a/static/thesiah-debian.sh b/static/thesiah-debian.sh index 3da9ec3..9b93707 100755 --- a/static/thesiah-debian.sh +++ b/static/thesiah-debian.sh @@ -64,7 +64,7 @@ adduserandpass() { "/home/$name/Public" \ "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ - "/media/flash" \ + "/media/$name/flash" \ "/mnt/second" \ "/home/$name" && chown -R "$name":sudo /home/"$name" echo "$name:$pass1" | chpasswd >/dev/null 2>&1 diff --git a/static/thesiah.sh b/static/thesiah.sh index bb5cf7a..5e2b909 100755 --- a/static/thesiah.sh +++ b/static/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 |
